RefLine
Structure
RefLine
is a child of AbstractRefElement
. It handles the reference line element.
TYPE, EXTENDS(AbstractRefElement_) :: RefLine_
Methodsβ
ποΈ Overview
RefLine defines the reference element for line element. This element will be used for constructing finite elements on lines (1D). RefLine is a subclass of AbstractRefElem_.
ποΈ Structure
RefLine is a child of AbstractRefElement. It handles the reference line element.
ποΈ Display
Display the content of reference element.
ποΈ Initiate
Initiate an instance of reference element
ποΈ Copy
Copy an instance of reference elements to another.
ποΈ Deallocate
Deallocate the data stored inside reference element.
ποΈ GenerateTopology
Generate topolgies of a reference element.
ποΈ GetElementTopology
Get the element topology.
ποΈ GetFacetElements
Get the facet elements.
ποΈ GetFacetMatrix
Get the facet matrix
ποΈ GetNNE
Get the number of node inside the element.
ποΈ GetNSD
Get the number of spatial dimension.
ποΈ GetName
Return the name of reference element.
ποΈ GetNodeCoord
Get the node coordinates in $x_$ format.
ποΈ GetNptrs
Get the node numbers of reference element.
ποΈ GetParam
Get the parameters of reference element.
ποΈ GetTopology
Return the topology of subentities.
ποΈ GetXidimension
Get the xidimension.
ποΈ RefCoord
This method returns the coordinates of reference element. This method is for internal use only.
ποΈ SetParam
Set the parameters of reference element.