A type to hold the parameter sets for a field.
More...
|
integer(intg) | set_index |
| The global set index (from 1 to the TYPES::FIELD_PARAMETER_SETS_TYPE::NUMBER_OF_PARAMETER_SETS) that this parameter set corresponds to. More...
|
|
integer(intg) | set_type |
| The user set type (index) (from 1 to FIELD_ROUTINES::FIELD_NUMBER_OF_SET_TYPES) that this parameter set. More...
|
|
type(distributed_vector_type), pointer | parameters |
| A pointer to the distributed vector that contains the field parameters for this field parameter set. More...
|
|
A type to hold the parameter sets for a field.
Definition at line 1268 of file types.f90.
A pointer to the distributed vector that contains the field parameters for this field parameter set.
Definition at line 1272 of file types.f90.
integer(intg) types::field_parameter_set_type::set_index |
The global set index (from 1 to the TYPES::FIELD_PARAMETER_SETS_TYPE::NUMBER_OF_PARAMETER_SETS) that this parameter set corresponds to.
Definition at line 1269 of file types.f90.
integer(intg) types::field_parameter_set_type::set_type |
The user set type (index) (from 1 to FIELD_ROUTINES::FIELD_NUMBER_OF_SET_TYPES) that this parameter set.
- See also
- FIELD_ROUTINES_ParameterSetTypes
Definition at line 1270 of file types.f90.