Skip to main content

GetMeshID

Get mesh-ids of boundary condition.

@GetMethods

This method calls GetMeshID method on boundary, which is an instance of MeshSelection_.

Interface

INTERFACE
MODULE PURE FUNCTION GetMeshID(obj, dim) RESULT(Ans)
CLASS(AbstractBC_), INTENT(IN) :: obj
INTEGER(I4B), INTENT(IN) :: dim
INTEGER(I4B), ALLOCATABLE :: ans(:)
END FUNCTION GetMeshID
END INTERFACE