A type to store the parameter sets for a field.
More...
|
type(field_variable_type), pointer | field_variable |
| A pointer to the field variable that these parameter sets are defined on. More...
|
|
integer(intg) | number_of_parameter_sets |
| The number of parameter sets that are currently defined on the field. More...
|
|
type(field_parameter_set_ptr_type), dimension(:), pointer | set_type |
| SET_TYPE(set_type_idx). A pointer to an array of pointers to the field set types. SET_TYPE(set_type_idx)PTR is a pointer to the parameter set type for the set_type_idx'th parameter set. set_type_idx can vary from 1 to FIELD_ROUTINES::FIELD_NUMBER_OF_SET_TYPES. The value of the pointer will be NULL if the parameter set corresponding to the set_type_idx'th parameter set has not yet been created for the field. More...
|
|
type(field_parameter_set_ptr_type), dimension(:), pointer | parameter_sets |
| PARAMETER_SETS(set_type_idx). More...
|
|
A type to store the parameter sets for a field.
Definition at line 1281 of file types.f90.
A pointer to the field variable that these parameter sets are defined on.
Definition at line 1282 of file types.f90.
integer(intg) types::field_parameter_sets_type::number_of_parameter_sets |
The number of parameter sets that are currently defined on the field.
Definition at line 1283 of file types.f90.
PARAMETER_SETS(set_type_idx).
- Todo:
- change to allocatable. A pointer to an array of pointers to the parameter sets that have been created on the field. PARAMETER_SET(set_type_idx)PTR is a pointer to the parameter set type for the set_type_idx'th parameter set that has been created. set_type_idx can vary from 1 to the number of parameter set types that have currently been created for the field i.e., TYPES::FIELD_PARAMETER_SETS_TYPE::NUMBER_OF_PARAMETER_SETS.
Definition at line 1285 of file types.f90.
SET_TYPE(set_type_idx). A pointer to an array of pointers to the field set types. SET_TYPE(set_type_idx)PTR is a pointer to the parameter set type for the set_type_idx'th parameter set. set_type_idx can vary from 1 to FIELD_ROUTINES::FIELD_NUMBER_OF_SET_TYPES. The value of the pointer will be NULL if the parameter set corresponding to the set_type_idx'th parameter set has not yet been created for the field.
Definition at line 1284 of file types.f90.