SetScalarMeshFieldParam
Set parameters for initiating an instance of ScalarMeshField
.
Interface
INTERFACE
MODULE SUBROUTINE SetScalarMeshFieldParam(param, name, fieldType, varType, &
& engine, defineOn, nns)
TYPE(ParameterList_), INTENT(INOUT) :: param
CHARACTER(*), INTENT(IN) :: name
INTEGER(I4B), INTENT(IN) :: fieldType
INTEGER(I4B), INTENT(IN) :: varType
CHARACTER(*), INTENT(IN) :: engine
INTEGER(I4B), INTENT(IN) :: defineOn
!! Nodal, Quadrature
INTEGER(I4B), INTENT(IN) :: nns
!! Number of node in space
END SUBROUTINE SetScalarMeshFieldParam
END INTERFACE
Read more about the arguments here.
varType
varType
can take following values:
Constant
Scalar
, in this casenns
denotes the number of nodes inspace
in an element.Time
, in this casennt
denotes the number of nodes intime
in an element.