Mesh
Mesh
datatype handles the finite element mesh.
- You can learn about the structure of
Mesh
Here - The information of
BoundaryFacetData
is given Here - The information of
InternalFacetData
is given Here
ποΈ Structure
Mesh datatype is simply a collection of mesh elements.
ποΈ NodeData
It is a data type for storing the information of node data in mesh.
ποΈ ElemData
It is a data type for storing the element-data information.
ποΈ InternalFacetData
Data storage for internal facet of mesh.
ποΈ BoundaryFacetData
Data storage for boundary elements (i.e., facets which coincides with the boundary of mesh)
ποΈ Initiate
Initiate an instance of Mesh.
ποΈ Display
Interface
ποΈ DisplayBoundaryFacetData
Interface
ποΈ DisplayElementData
Interface
ποΈ DisplayFacetElemSD
Interface
ποΈ DisplayFacetElements
Interface
ποΈ DisplayInternalFacetData
Interface
ποΈ DisplayNodeData
Interface
ποΈ GetBoundaryElementData
Returns the boundary element data.
ποΈ GetBoundaryNptrs
Interface
ποΈ GetBoundingBox
Interface
ποΈ GetBoundingEntity
Interface
ποΈ GetCellNumber
Interface
ποΈ GetConnectivity
Interface
ποΈ GetElemNum
Interface
ποΈ GetElementToElements
Get element to elements connectivity information.
ποΈ GetFacetConnectivity
Interface
ποΈ GetFacetElementType
Interface
ποΈ GetGlobalElemNumber
Interface
ποΈ GetGlobalNodeNumber
Interface
ποΈ GetInternalNptrs
Interface
ποΈ GetLocalElemNumber
Interface
ποΈ GetLocalFacetID
Interface
ποΈ GetLocalNodeNumber
Interface
ποΈ GetMasterCellNumber
Interface
ποΈ GetNodeToElements
Get node to elements connectivity.
ποΈ GetNodeToNodes
Returns node to node connectivity in the mess.
ποΈ GetNptrs
Interface
ποΈ GetRefElemPointer
Interface
ποΈ GetSlaveCellNumber
Interface
ποΈ GetTotalBoundaryElements
Interface
ποΈ GetTotalBoundaryFacetElements
Interface
ποΈ GetTotalBoundaryNodes
Interface
ποΈ GetTotalFacetElements
Interface
ποΈ GetTotalInternalFacetElements
Interface
ποΈ GetTotalNodes
Interface
ποΈ InitiateBoundaryData
This method construct the boundary-element data.
ποΈ InitiateElemSD
ποΈ InitiateElementToElements
This routine creates the element surrounding a given element data
ποΈ InitiateExtraNodetoNodes
This routine generate the node to nodes mapping
ποΈ InitiateFacetElements
This routine initiates the facet element data, such as BoundaryFacetData and InternalFacetData.
ποΈ InitiateNodeToElements
- This subroutine generates elements surrounding a node mapping, in other words it generates node to element.
ποΈ InitiateNodeToNodes
This routine generate the node to nodes mapping
ποΈ IsAllNodePresent
Interface
ποΈ IsAnyNodePresent
Interface
ποΈ IsBoundaryElement
Interface
ποΈ IsBoundaryNode
Interface
ποΈ IsDomainBoundaryElement
Interface
ποΈ IsElementPresent
Interface
ποΈ IsNodePresent
Interface
ποΈ GetTotalInternalNodes
Interface
ποΈ Size
Interface