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

Contains information for a CellML evaluation solver. More...

Collaboration diagram for types::cellml_evaluator_solver_type:

Public Attributes

type(solver_type), pointer solver
 A pointer to the solver. More...
 
integer(intg) solver_library
 The library type for the CellML evaluation solver. More...
 
type(cellml_type), pointer cellml
 A pointer to the CellML environment for the solver. More...
 
real(dp) current_time
 The current time value for the evaluator solver. More...
 

Detailed Description

Contains information for a CellML evaluation solver.

Definition at line 2753 of file types.f90.

Member Data Documentation

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

A pointer to the CellML environment for the solver.

Definition at line 2756 of file types.f90.

real(dp) types::cellml_evaluator_solver_type::current_time

The current time value for the evaluator solver.

Definition at line 2757 of file types.f90.

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

A pointer to the solver.

Definition at line 2754 of file types.f90.

integer(intg) types::cellml_evaluator_solver_type::solver_library

The library type for the CellML evaluation solver.

See also
SOLVER_ROUTINES::SolverLibraries,SOLVER_ROUTINES

Definition at line 2755 of file types.f90.