FEMesh
FEMesh_
datatype handles the finite element mesh.
FEMesh_
datatype is simply a collection of mesh elements. It is a child of AbstractMesh_ class.
Its structure is defined as follows:
TYPE, EXTENDS(AbstractMesh_) :: FEMesh_
CONTAINS
PRIVATE
FINAL :: obj_Final
END TYPE FEMesh_
All methodsβ
ποΈ Structure
FEMesh datatype is simply a collection of mesh elements. It is a child of AbstractMesh class.
ποΈ Initiate
This method is inherited from the AbstractMesh class.
ποΈ Display
This method is inherited from the AbstractMesh class.
ποΈ 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
This method is inherited from the AbstractMesh class.
ποΈ DisplayInternalFacetData
This method is inherited from the AbstractMesh class.
ποΈ DisplayNodeData
This method is inherited from the AbstractMesh class.
ποΈ 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.
ποΈ GetRefElemPointer
This method is inherited from the AbstractMesh class.
ποΈ 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 method is inherited from the AbstractMesh class.
ποΈ 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.
ποΈ 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.
ποΈ IsNodePresent
This method is inherited from the AbstractMesh class.
ποΈ SetSparsity
-
ποΈ Size
This method is inherited from the AbstractMesh class.