InitiateFacetElements
This routine initiates the facet element information for every mesh of the domain.
This routine makes an internal call to InitiateFacetElements from FEMesh_.
Please check documentation of following methods:
Interface
INTERFACE
MODULE SUBROUTINE InitiateFacetElements(obj)
CLASS(Domain_), INTENT(INOUT) :: obj
END SUBROUTINE InitiateFacetElements
END INTERFACE