Skip to content
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

Implement High Order Element ReferencePrism #250

Open
vickysharma0812 opened this issue Sep 4, 2023 · 0 comments
Open

Implement High Order Element ReferencePrism #250

vickysharma0812 opened this issue Sep 4, 2023 · 0 comments
Labels
enhancement New feature or request shape-function fem shape functions wishlist Tell us which feature do you want in easifemBase

Comments

@vickysharma0812
Copy link
Member

vickysharma0812 commented Sep 4, 2023

Implement the following method in ReferencePrism_Method.F90

INTERFACE
  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
@vickysharma0812 vickysharma0812 added enhancement New feature or request wishlist Tell us which feature do you want in easifemBase shape-function fem shape functions labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request shape-function fem shape functions wishlist Tell us which feature do you want in easifemBase
Projects
None yet
Development

No branches or pull requests

1 participant