Mesh
Mesh
datatype handles the finite element mesh.
The support for Mesh has stopped. In future version, the Mesh and FEMesh will be merged. So please use FEMesh instead.
ποΈ Structure
Mesh datatype is simply a collection of mesh elements. It is a child of AbstractMesh.
ποΈ Initiate
This method is inherited from the AbstractMesh class.
ποΈ Deallocate
Deallocate the data stored in the mesh object.
ποΈ Display
Display the contents of the mesh object.
ποΈ DisplayBoundaryFacetData
This method is inherited from the AbstractMesh class.
ποΈ DisplayElementData
This method is inherited from the AbstractMesh class.
ποΈ DisplayFacetElemSD
This method is inherited from the AbstractMesh class.
ποΈ DisplayFacetElements
Display the facet elements of a mesh.
ποΈ DisplayInternalFacetData
This method is inherited from the AbstractMesh class.
ποΈ DisplayNodeData
This method is inherited from the AbstractMesh class.
ποΈ Export
ποΈ GetBoundaryElementData
This method is inherited from the AbstractMesh class.
ποΈ GetBoundaryNptrs
This method is inherited from the AbstractMesh class.
ποΈ GetBoundingBox
This method is inherited from the AbstractMesh class.
ποΈ GetBoundingEntity
This method is inherited from the AbstractMesh class.
ποΈ GetCellNumber
This method is inherited from the AbstractMesh class.
ποΈ GetConnectivity
This method is inherited from the AbstractMesh class.
ποΈ GetElemNum
This method is inherited from the AbstractMesh class.
ποΈ GetElementToElements
This method is inherited from the AbstractMesh class.
ποΈ GetFacetConnectivity
This method is inherited from the AbstractMesh class.
ποΈ GetFacetElementType
This method is inherited from the AbstractMesh class.
ποΈ GetGlobalElemNumber
This method is inherited from the AbstractMesh class.
ποΈ GetGlobalNodeNumber
This method is inherited from the AbstractMesh class.
ποΈ GetInternalNptrs
This method is inherited from the AbstractMesh class.
ποΈ GetLocalElemNumber
This method is inherited from the AbstractMesh class.
ποΈ GetLocalFacetID
This method is inherited from the AbstractMesh class.
ποΈ GetLocalNodeNumber
This method is inherited from the AbstractMesh class.
ποΈ GetMasterCellNumber
This method is inherited from the AbstractMesh class.
ποΈ GetNodeToElements
This method is inherited from the AbstractMesh class.
ποΈ GetNodeToNodes
This method is inherited from the AbstractMesh class.
ποΈ GetNptrs
This method is inherited from the AbstractMesh class.
ποΈ GetOrder
This function returns the order of the reference element associated with the mesh object.
ποΈ GetParam
This subroutine returns the parameters of the mesh object.
ποΈ GetRefElemPointer
This function returns a pointer to the reference element object associated with the mesh object.
ποΈ GetSlaveCellNumber
This method is inherited from the AbstractMesh class.
ποΈ GetTotalBoundaryElements
This method is inherited from the AbstractMesh class.
ποΈ GetTotalBoundaryFacetElements
This method is inherited from the AbstractMesh class.
ποΈ GetTotalBoundaryNodes
This method is inherited from the AbstractMesh class.
ποΈ GetTotalFacetElements
This function returns the total number of facet elements in the mesh.
ποΈ GetTotalInternalFacetElements
This method is inherited from the AbstractMesh class.
ποΈ GetTotalInternalNodes
This method is inherited from the AbstractMesh class.
ποΈ GetTotalNodes
This method is inherited from the AbstractMesh class.
ποΈ Import
This routine reads the mesh from the meshfile which is an HDF5 file.
ποΈ InitiateBoundaryData
This method is inherited from the AbstractMesh class.
ποΈ InitiateElemSD
This method is inherited from the AbstractMesh class.
ποΈ InitiateElementToElements
This method is inherited from the AbstractMesh class.
ποΈ InitiateExtraNodetoNodes
This method is inherited from the AbstractMesh class.
ποΈ InitiateFacetElements
This method is inherited from the AbstractMesh class.
ποΈ InitiateNodeToElements
This method is inherited from the AbstractMesh class.
ποΈ InitiateNodeToNodes
This method is inherited from the AbstractMesh class.
ποΈ IsAllNodePresent
This method is inherited from the AbstractMesh class.
ποΈ IsAnyNodePresent
This method is inherited from the AbstractMesh class.
ποΈ IsBoundaryElement
This method is inherited from the AbstractMesh class.
ποΈ IsBoundaryNode
This method is inherited from the AbstractMesh class.
ποΈ IsDomainBoundaryElement
This method is inherited from the AbstractMesh class.
ποΈ IsElementPresent
This method is inherited from the AbstractMesh class.
ποΈ IsFacetElement
This functions returns true if the facetElements are allocated in the Mesh object.
ποΈ IsNodePresent
This method is inherited from the AbstractMesh class.
ποΈ SetSparsity
This method is inherited from the AbstractMesh class.
ποΈ Size
This method is inherited from the AbstractMesh class.