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.
varTypevarType can take following values:
ConstantScalar, in this casennsdenotes the number of nodes inspacein an element.Time, in this casenntdenotes the number of nodes intimein an element.