Add 3D MMS collection: sinusoidal and linear Neumann & Dirichlet problems (Q1 hexahedra)#18
Open
Fimache wants to merge 1 commit into
Open
Add 3D MMS collection: sinusoidal and linear Neumann & Dirichlet problems (Q1 hexahedra)#18Fimache wants to merge 1 commit into
Fimache wants to merge 1 commit into
Conversation
d52d507 to
9b02fc9
Compare
…ahedra), L2 & H1 errors
9b02fc9 to
850e33a
Compare
th-skam
reviewed
May 13, 2026
Collaborator
th-skam
left a comment
There was a problem hiding this comment.
Before diving in, the main thing to do here is to adopt what has been done in #16 with the RegularGridTopology and the traction BC integration.
Ideally, you should reuse the functions we created in that file and add the quadrature rules that you need there.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three 3D manufactured solutions for hexahedra:
mms-lin-neumann.py : linear MMS with Neumann BC; superconvergence observed
sin-3d.py : sinusoidal with Dirichlet BC
sin_neumann.py : sinusoidal with Neumann BC
L2 and H1 error norms included