📁 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.