OpenCMISS-Iron FORTRAN API Documentation
|
The control loop output types. More...
![]() |
Variables | |
integer(intg), parameter, public | opencmiss_iron::cmfe_control_loop_no_output = CONTROL_LOOP_NO_OUTPUT |
No output from the control loop. More... | |
integer(intg), parameter, public | opencmiss_iron::cmfe_control_loop_progress_output = CONTROL_LOOP_PROGRESS_OUTPUT |
Progress output from the control loop. More... | |
integer(intg), parameter, public | opencmiss_iron::cmfe_control_loop_timing_output = CONTROL_LOOP_TIMING_OUTPUT |
Timing output from the control loop. More... | |
The control loop output types.
integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_no_output = CONTROL_LOOP_NO_OUTPUT |
No output from the control loop.
Definition at line 1337 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_progress_output = CONTROL_LOOP_PROGRESS_OUTPUT |
Progress output from the control loop.
Definition at line 1338 of file opencmiss_iron.f90.
integer(intg), parameter, public opencmiss_iron::cmfe_control_loop_timing_output = CONTROL_LOOP_TIMING_OUTPUT |
Timing output from the control loop.
Definition at line 1339 of file opencmiss_iron.f90.