A type to hold the mapping from a field node derivative's versions to field dof numbers for a particular field variable component.
More...
|
integer(intg) | number_of_versions |
| The number of versions for the node derivative parameters of this field variable component. More...
|
|
integer(intg), dimension(:), allocatable | versions |
| NODE_PARAM2DOF_MAPNODES%(node_idx)DERIVATIVES(derivative_idx)VERSIONS(version_idx). The field variable dof number of the node_idx'th node's derivative_idx'th derivative's version_idx'th version. More...
|
|
A type to hold the mapping from a field node derivative's versions to field dof numbers for a particular field variable component.
Definition at line 1201 of file types.f90.
integer(intg) types::field_node_param_to_dof_map_derivative_type::number_of_versions |
The number of versions for the node derivative parameters of this field variable component.
Definition at line 1202 of file types.f90.
integer(intg), dimension(:), allocatable types::field_node_param_to_dof_map_derivative_type::versions |
NODE_PARAM2DOF_MAPNODES%(node_idx)DERIVATIVES(derivative_idx)VERSIONS(version_idx). The field variable dof number of the node_idx'th node's derivative_idx'th derivative's version_idx'th version.
Definition at line 1203 of file types.f90.