📁 MeshSelection
📄️ Add
This routine adds mesh regions to the instance of MeshSelection_.
📄️ Copy
Copy one instance of MeshSelection into another meshselection instance.
📄️ Deallocate
Deallocate an instance of MeshSelection.
📄️ Display
Display the contents of an instance of MeshSelection_.
📄️ Export
Export an instance of MeshSelection in HDF5File format.
📄️ GetElemNum
This method returns the element numbers stored inside the mesh selection instance.
📄️ GetMeshID
This routine returns the mesh-ids of the domain region defined in an instance of MeshSelection.
📄️ GetNodeNum
Returns the node number.
📄️ GetQuery
This routine returns the isInitiated, isSelectionByBox, isSelectionByMeshID etc. queries.
📄️ Import
Import an instance of MeshSelection_ from hdf5 file.
📄️ Initiate
Initiate an instance of MeshSelection.
📄️ IsElemNumAllocated
This routine returns true if element numbers of a given dim are allocated.
📄️ IsMeshIDAllocated
This routine returns true if meshID of given dim is allocated
📄️ IsNodeNumAllocated
This routine returns true if node numbers are allocated.
📄️ Structure
MeshSelection class is designed to select parts of domain object.
📄️ Set
This method should be called when we are done adding entries into MeshSelection_.