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

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

Collaboration diagram for types::cellml_field_maps_type:

Public Attributes

type(cellml_type), pointer cellml
 A pointer back to the CellML environment. More...
 
logical cellml_field_maps_finished
 Is .TRUE. if the CellML maps have finished being created, .FALSE. if not. More...
 
type(field_type), pointer source_geometric_field
 The source geometric field for the CellML environment. More...
 
type(field_variable_type), pointer source_field_variable
 The source field variable for the CellML environment. More...
 
type(domain_type), pointer source_field_domain
 The source field domain for the CellML environment. More...
 
integer(intg) source_field_interpolation_type
 The source field interpolation type for the CellML environment. More...
 
type(cellml_model_maps_ptr_type), dimension(:), allocatable model_maps
 MODEL_MAPS(model_idx). Contains information on the maps between the model_idx'th CellML model and external OpenCMISS fields. More...
 

Detailed Description

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

Definition at line 2358 of file types.f90.

Member Data Documentation

type(cellml_type), pointer types::cellml_field_maps_type::cellml

A pointer back to the CellML environment.

Definition at line 2359 of file types.f90.

logical types::cellml_field_maps_type::cellml_field_maps_finished

Is .TRUE. if the CellML maps have finished being created, .FALSE. if not.

Definition at line 2360 of file types.f90.

type(cellml_model_maps_ptr_type), dimension(:), allocatable types::cellml_field_maps_type::model_maps

MODEL_MAPS(model_idx). Contains information on the maps between the model_idx'th CellML model and external OpenCMISS fields.

Definition at line 2365 of file types.f90.

type(domain_type), pointer types::cellml_field_maps_type::source_field_domain

The source field domain for the CellML environment.

Definition at line 2363 of file types.f90.

integer(intg) types::cellml_field_maps_type::source_field_interpolation_type

The source field interpolation type for the CellML environment.

Definition at line 2364 of file types.f90.

type(field_variable_type), pointer types::cellml_field_maps_type::source_field_variable

The source field variable for the CellML environment.

Definition at line 2362 of file types.f90.

type(field_type), pointer types::cellml_field_maps_type::source_geometric_field

The source geometric field for the CellML environment.

Definition at line 2361 of file types.f90.