-
Notifications
You must be signed in to change notification settings - Fork 2
Implement High Order Element ReferencePrism #250
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestreferenceElementshape-functionfem shape functionsfem shape functionswishlistTell us which feature do you want in easifemBaseTell us which feature do you want in easifemBase
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestreferenceElementshape-functionfem shape functionsfem shape functionswishlistTell us which feature do you want in easifemBaseTell us which feature do you want in easifemBase
Implement the following method in
ReferencePrism_Method.F90INTERFACE MODULE PURE SUBROUTINE highOrderElement_Prism(RefElem, Order, obj, ipType) CLASS(ReferenceElement_), INTENT(IN) :: RefElem INTEGER(I4B), INTENT(IN) :: Order CLASS(ReferenceElement_), INTENT(INOUT) :: obj INTEGER(I4B), INTENT(IN) :: ipType END SUBROUTINE highOrderElement_Prism END INTERFACE