OpenCMISS-Iron Internal API Documentation
CONTROL_LOOP_ROUTINES::OutputTypes

The types of output for a control loop. More...

Variables

integer(intg), parameter, public control_loop_routines::control_loop_no_output =0
 No output from the control loop. More...
 
integer(intg), parameter, public control_loop_routines::control_loop_progress_output =1
 Progress output from control loop. More...
 
integer(intg), parameter, public control_loop_routines::control_loop_timing_output =2
 Timing output from the control loop. More...
 

Detailed Description

The types of output for a control loop.

See also
CONTROL_ROUTINES

Variable Documentation

integer(intg), parameter, public control_loop_routines::control_loop_no_output =0

No output from the control loop.

See also
CONTROL_LOOP_ROUTINES::OutputTypes,CONTROL_LOOP_ROUTINES

Definition at line 74 of file control_loop_routines.f90.

Referenced by control_loop_routines::control_loop_initialise(), and control_loop_routines::control_loop_output_type_set().

integer(intg), parameter, public control_loop_routines::control_loop_timing_output =2

Timing output from the control loop.

See also
CONTROL_LOOP_ROUTINES::OutputTypes,CONTROL_LOOP_ROUTINES

Definition at line 76 of file control_loop_routines.f90.

Referenced by control_loop_routines::control_loop_output_type_set().