|
type(problem_type), pointer | problem |
| A pointer back to the problem for the control loop. More...
|
|
type(control_loop_type), pointer | parent_loop |
| A pointer back to the parent control loop if this is a sub loop. More...
|
|
logical | control_loop_finished |
| Is .TRUE. if the problem control has finished being created, .FALSE. if not. More...
|
|
type(varying_string) | label |
| A user defined label for the control loop. More...
|
|
integer(intg) | loop_type |
| The type of control loop. More...
|
|
integer(intg) | control_loop_level |
| The level of the control loop. More...
|
|
integer(intg) | sub_loop_index |
| The position of this loop in the sub loops of the parent loop if this is a sub loop. More...
|
|
integer(intg) | output_type |
| The output type of the control loop. More...
|
|
type(control_loop_simple_type), pointer | simple_loop |
| A pointer to the simple loop information. More...
|
|
type(control_loop_fixed_type), pointer | fixed_loop |
| A pointer to the fixed loop information. More...
|
|
type(control_loop_time_type), pointer | time_loop |
| A pointer to the time loop information. More...
|
|
type(control_loop_while_type), pointer | while_loop |
| A pointer to the while loop information. More...
|
|
type(control_loop_load_increment_type), pointer | load_increment_loop |
| A pointer to the load increment loop information. More...
|
|
integer(intg) | number_of_sub_loops |
| The number of control loops below this loop. More...
|
|
type(control_loop_ptr_type), dimension(:), allocatable | sub_loops |
| A array of pointers to the loops below this loop. More...
|
|
type(solvers_type), pointer | solvers |
| A pointer to the solvers for this control loop. More...
|
|
type(history_type), pointer | history |
| A pointer to the history file for this control loop. More...
|
|
Contains information on a control loop.
- See also
- OPENCMISS::CMISSControlLoopType
Definition at line 3185 of file types.f90.