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

Contains information on the intermediate field for a CellML environment. More...

Collaboration diagram for types::cellml_intermediate_field_type:

Public Attributes

type(cellml_type), pointer cellml
 A pointer to the CellML environment. More...
 
logical intermediate_field_finished
 Is .TRUE. if the intermediate field has finished being created, .FALSE. if not. More...
 
logical intermediate_field_auto_created
 Is .TRUE. if the intermediate field has been auto created, .FALSE. if not. More...
 
type(field_type), pointer intermediate_field
 A pointer to the intermediate field. More...
 

Detailed Description

Contains information on the intermediate field for a CellML environment.

Definition at line 2302 of file types.f90.

Member Data Documentation

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

A pointer to the CellML environment.

Definition at line 2303 of file types.f90.

type(field_type), pointer types::cellml_intermediate_field_type::intermediate_field

A pointer to the intermediate field.

Definition at line 2306 of file types.f90.

logical types::cellml_intermediate_field_type::intermediate_field_auto_created

Is .TRUE. if the intermediate field has been auto created, .FALSE. if not.

Definition at line 2305 of file types.f90.

logical types::cellml_intermediate_field_type::intermediate_field_finished

Is .TRUE. if the intermediate field has finished being created, .FALSE. if not.

Definition at line 2304 of file types.f90.