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

Contains information on the solvers to be used in a control loop. More...

Collaboration diagram for types::solvers_type:

Public Attributes

type(control_loop_type), pointer control_loop
 A pointer to the parent control loop. More...
 
logical solvers_finished
 Is .TRUE. if the solvers have finished being created, .FALSE. if not. More...
 
integer(intg) number_of_solvers
 The number of solvers. More...
 
type(solver_ptr_type), dimension(:), allocatable solvers
 A pointer to the solvers information for the problem. More...
 

Detailed Description

Contains information on the solvers to be used in a control loop.

Definition at line 2805 of file types.f90.

Member Data Documentation

type(control_loop_type), pointer types::solvers_type::control_loop

A pointer to the parent control loop.

Definition at line 2806 of file types.f90.

integer(intg) types::solvers_type::number_of_solvers

The number of solvers.

Definition at line 2808 of file types.f90.

type(solver_ptr_type), dimension(:), allocatable types::solvers_type::solvers

A pointer to the solvers information for the problem.

Definition at line 2809 of file types.f90.

logical types::solvers_type::solvers_finished

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

Definition at line 2807 of file types.f90.