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