OpenCMISS-Iron Internal API Documentation
|
Contains information on the maps between a CellML model and external OpenCMISS fields. More...
Public Attributes | |
integer(intg) | number_of_fields_mapped_to |
The number of OpenCMISS fields mapped to this CellML model's variables. More... | |
type(cellml_model_map_ptr_type), dimension(:), allocatable | fields_mapped_to |
FIELDS_MAPPED_TO(map_idx). The map_idx'th field mapping for OpenCMISS fields that the CellML model maps to. More... | |
integer(intg) | number_of_fields_mapped_from |
The number of CellML variable fields mapped to OpenCMISS fields. More... | |
type(cellml_model_map_ptr_type), dimension(:), allocatable | fields_mapped_from |
FIELDS_MAPPED_FROM(map_idx). The map_idx'th field mapping for OpenCMISS fields that the CellML model maps from. More... | |
Contains information on the maps between a CellML model and external OpenCMISS fields.
type(cellml_model_map_ptr_type), dimension(:), allocatable types::cellml_model_maps_type::fields_mapped_from |
type(cellml_model_map_ptr_type), dimension(:), allocatable types::cellml_model_maps_type::fields_mapped_to |
integer(intg) types::cellml_model_maps_type::number_of_fields_mapped_from |