Skip to main content

SetMeshFacetElement

This routine sets meshFacetData.

This routine needs information of meshMap stored inside Domain. If this info is not available then this routine calls SetMeshMap method to construct the required information.

INTERFACE
MODULE SUBROUTINE SetMeshFacetElement(obj)
CLASS(Domain_), INTENT(INOUT) :: obj
END SUBROUTINE SetMeshFacetElement
END INTERFACE