Skip to main content

H1_Serendipity

  MODULE PURE SUBROUTINE H1_Serendipity(obj, quad, refelem, &
& continuityType, interpolType)
CLASS(ElemshapeData_), INTENT(INOUT) :: obj
CLASS(QuadraturePoint_), INTENT(IN) :: quad
CLASS(ReferenceElement_), INTENT(IN) :: refelem
CLASS(H1_), INTENT(IN) :: continuityType
CLASS(SerendipityInterpolation_), INTENT(IN) :: interpolType
END SUBROUTINE H1_Serendipity

This method belongs to the generic method [[#Initiate]].