Skip to main content

H1_Hierarchy

  MODULE PURE SUBROUTINE H1_Hierarchy(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(HierarchyInterpolation_), INTENT(IN) :: interpolType
END SUBROUTINE H1_Hierarchy

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