Convert prism6 to prism15 if second order is applied#243
Open
marioalexis84 wants to merge 1 commit intoNGSolve:masterfrom
Open
Convert prism6 to prism15 if second order is applied#243marioalexis84 wants to merge 1 commit intoNGSolve:masterfrom
marioalexis84 wants to merge 1 commit intoNGSolve:masterfrom
Conversation
|
To support this change, we conducted some research and found that the vast majority of FEM solvers, such as Abaqus or CalculiX, support only the 15-node versions of these elements. Only so-called continuum shell or solid shell elements may use 12 nodes. Moreover, the 12-node variants are not properly recognized by the Netgen GUI. Therefore, we would like to proceed with the transition to the 15-node wedge elements. |
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.





Convert 6-node prism to 15-node prism if second order is applied.
Currently, the 6-node prism is converted to 12-node prism. This is problematic, if for example, the mesh is generated by extrusion with Z-refinement from a quad dominated mesh: 20-node hexahedrons are generated from the quads, while the triangles generate 12-node prisms, so the mid-height nodes of the hexahedrons are not shared with the prisms.