-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mesh Hierarchy support when working with Netgen mesh 2D #3314
Conversation
6df8e58
to
db89c1e
Compare
Signed-off-by: Umberto Zerbinati <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a significant feature. Some documentation is definitely needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs parallel.
Probably needs a SMALL 3d test.
Definitely needs a parallel test.
Signed-off-by: Umberto Zerbinati <[email protected]>
Signed-off-by: Umberto Zerbinati <[email protected]>
The PR only covers 2D for serial and parallel implementation. |
4eb4754
to
8e10a97
Compare
These are only minor comments. If you want this merged in the next week please bring it for review at the meeting today. It won't be merged, but if people are generally happy we can merge it once these comments are addressed. |
I assume that there is a clear |
Co-authored-by: Connor Ward <[email protected]>
…ect/firedrake into uzerbinati/netgenHierarchy
Signed-off-by: Umberto Zerbinati <[email protected]>
Signed-off-by: Umberto Zerbinati <[email protected]>
4e7a264
to
99c6151
Compare
Signed-off-by: Umberto Zerbinati <[email protected]>
99c6151
to
510126c
Compare
Thanks @pef Signed-off-by: Umberto Zerbinati <[email protected]>
114c369
to
dd07ee6
Compare
Signed-off-by: Umberto Zerbinati <[email protected]>
dd07ee6
to
92006e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relatively minor fixes required.
Signed-off-by: Umberto Zerbinati <[email protected]>
Signed-off-by: Umberto Zerbinati <[email protected]>
Signed-off-by: Umberto Zerbinati <[email protected]>
Co-authored-by: David A. Ham <[email protected]>
…ect/firedrake into uzerbinati/netgenHierarchy # Conflicts: # firedrake/mg/mesh.py
Signed-off-by: Umberto Zerbinati <[email protected]>
Signed-off-by: Umberto Zerbinati <[email protected]>
Signed-off-by: Umberto Zerbinati <[email protected]>
Support for 2D multigrid with uniform refinement.
Support for non-uniform degree of curvature.
Test Alfeld split (now via Netgen and not
PETSc DMPlexTransform
).Support for Powell-Sabin split (no idea how to test any suggestion would be much appreciated).