NodalVariable
This method creates a nodal variable. The common interface is as follows.
obj=NodalVariable(val,rank,vartype)
๐ rank
can be
TypeFEVariableScalar
TypeFEVariableVector
TypeFEVariableMatrix
๐ vartype
can be
TypeFEVariableConstant
TypeFEVariableSpace
TypeFEVariableTime
TypeFEVariableSpaceTime
You can learn more about this method from [[FEVariable_test_1]].