📁 VectorField
📄️ VectorField
VectorField_ defines the nodal value of a vector variable (such as velocity, displacement) at the spatial nodes of finite element mesh.
📄️ CheckEssentialParam
Check essential parameters for creating an instance of Field
📄️ Deallocate
Deallocate the space occupied by the field.
📄️ Display
Display the content of AbstractField
📄️ Export
Export the field to an external file.
📄️ Get
Get entries from vector field.
📄️ GetPointer
This routine returns the pointer to a FORTRAN real vector.
📄️ Import
Initiate an instance of vector field by import.
📄️ Initiate
This method constructs an instance of AbstractField.
📄️ Norm2
Norm2 of node field.
📄️ Set
Set entries in vector field
📄️ SetVectorFieldParam
Set the parameters for constructing a vector field.
📄️ Size
This function returns the size of the field.
📄️ VectorField example 4
Usage
📄️ test_VectorField
! This program is a part of EASIFEM library