OpenCMISS-Iron Internal API Documentation
|
Contains information on the solvers to be used in a control loop. More...
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... | |
Contains information on the solvers to be used in a control loop.
type(control_loop_type), pointer types::solvers_type::control_loop |
integer(intg) types::solvers_type::number_of_solvers |
type(solver_ptr_type), dimension(:), allocatable types::solvers_type::solvers |