OpenCMISS-Iron Internal API Documentation
types::cellml_model_maps_type Type Reference

Contains information on the maps between a CellML model and external OpenCMISS fields. More...

Collaboration diagram for types::cellml_model_maps_type:

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...
 

Detailed Description

Contains information on the maps between a CellML model and external OpenCMISS fields.

Definition at line 2345 of file types.f90.

Member Data Documentation

type(cellml_model_map_ptr_type), dimension(:), allocatable types::cellml_model_maps_type::fields_mapped_from

FIELDS_MAPPED_FROM(map_idx). The map_idx'th field mapping for OpenCMISS fields that the CellML model maps from.

Definition at line 2349 of file types.f90.

type(cellml_model_map_ptr_type), dimension(:), allocatable types::cellml_model_maps_type::fields_mapped_to

FIELDS_MAPPED_TO(map_idx). The map_idx'th field mapping for OpenCMISS fields that the CellML model maps to.

Definition at line 2347 of file types.f90.

integer(intg) types::cellml_model_maps_type::number_of_fields_mapped_from

The number of CellML variable fields mapped to OpenCMISS fields.

Definition at line 2348 of file types.f90.

integer(intg) types::cellml_model_maps_type::number_of_fields_mapped_to

The number of OpenCMISS fields mapped to this CellML model's variables.

Definition at line 2346 of file types.f90.