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

Contains information about the CellML equations for a solver. More...

Collaboration diagram for types::cellml_equations_type:

Public Attributes

type(solver_type), pointer solver
 A pointer to the solver. More...
 
logical cellml_equations_finished
 Is .TRUE. if the CellML equations have finished being created, .FALSE. if not. More...
 
integer(intg) number_of_cellml_environments
 The number of CellML environments in the equations. More...
 
type(cellml_ptr_type), dimension(:), allocatable cellml_environments
 CELLML_ENVIORNMENTS(cellml_idx). The array of pointers to the CellML environments for these CellML equations. More...
 

Detailed Description

Contains information about the CellML equations for a solver.

Definition at line 2475 of file types.f90.

Member Data Documentation

type(cellml_ptr_type), dimension(:), allocatable types::cellml_equations_type::cellml_environments

CELLML_ENVIORNMENTS(cellml_idx). The array of pointers to the CellML environments for these CellML equations.

Definition at line 2479 of file types.f90.

logical types::cellml_equations_type::cellml_equations_finished

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

Definition at line 2477 of file types.f90.

integer(intg) types::cellml_equations_type::number_of_cellml_environments

The number of CellML environments in the equations.

Definition at line 2478 of file types.f90.

type(solver_type), pointer types::cellml_equations_type::solver

A pointer to the solver.

Definition at line 2476 of file types.f90.