DOF
ποΈ Add
Add the entries in vector of reals.
ποΈ DOFEndIndex
This method returns the ending index of a physical variable.
ποΈ DOFStartIndex
This method returns the start index of a physical variable.
ποΈ Structure
DOF_ data type contains the information of degrees of freedom in finite element method. It mainly includes the information regarding the storage pattern of degrees of freedom.
ποΈ Deallocate
Deallocate the memory occupied by an instance of DOF
ποΈ Display
Display the content of DOF object.
ποΈ EQ
This method returns true if two instances of DOF are same.
ποΈ Get
Get the entries from fortran vector or realvector using DOf object.
ποΈ GetIDOF
Get id of degree of freedom by specifying physical variable, spatial component, time component.
ποΈ GetIndex
Get index of node number.
ποΈ GetNodeLoc
Get the location (index) of node number.
ποΈ GetValue
Get the entries from fortran vector or realvector using DOf object.
ποΈ Initiate
Initiate an instance of DOF.
ποΈ NE
This method returns true if two instance of DOF are not same.
ποΈ Names
This method returns the names all physical variables in the degree of freedom object.
ποΈ Set
Set the entries in vector of reals.
ποΈ SpaceComponents
Interface
ποΈ TimeComponents
This function returns the TimeComponents in degree of freedom object.
ποΈ tDOF
This method returns total degrees of freedom.
ποΈ tNames
This method returns the total number of physical variables in DOF object.
ποΈ tNodes
This method returns the total number of nodes in DOF object.
ποΈ tSpaceComponents
This function returns the total number of spatial components.
ποΈ tTimeComponents
This method returns the total time components in degree of freedom object.