|
type(region_type), pointer | region |
| A pointer to the region containing this CellML environment. More...
|
|
integer(intg) | global_number |
| The global number of the CellML environment in the list of environments for a field. More...
|
|
integer(intg) | user_number |
| The user defined identifier for the CellML environment. The user number must be unique. More...
|
|
type(cellml_environments_type), pointer | environments |
| A pointer back to the CellML environments. More...
|
|
logical | cellml_finished |
| Is .TRUE. if the environment has finished being created, .FALSE. if not. More...
|
|
integer(intg) | number_of_models |
| The number of models defined in the CellML environment. More...
|
|
integer(intg) | maximum_number_of_state |
| The maximum number of state variables across all models. More...
|
|
integer(intg) | maximum_number_of_parameters |
| The maximum number of parameters variables across all models. More...
|
|
integer(intg) | maximum_number_of_intermediate |
| The maximum number of intermediate variables across all models. More...
|
|
type(cellml_model_ptr_type), dimension(:), allocatable | models |
| MODELS(model_idx). The array of pointers to the models. More...
|
|
type(cellml_field_maps_type), pointer | field_maps |
| A pointer the information on CellML<–>Field maps. More...
|
|
type(cellml_models_field_type), pointer | models_field |
| A pointer to the models field information. More...
|
|
type(cellml_state_field_type), pointer | state_field |
| A pointer to the state field information. More...
|
|
type(cellml_intermediate_field_type), pointer | intermediate_field |
| A pointer to the intermediate field information. More...
|
|
type(cellml_parameters_field_type), pointer | parameters_field |
| A pointer to the parameters field information. More...
|
|
logical | cellml_generated |
| Is .TRUE. if the CellML environment has finished being generated, .FALSE. if not. More...
|
|
Contains information for a CellML environment.
Definition at line 2372 of file types.f90.