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

Contains information on a do-while control loop. More...

Collaboration diagram for types::control_loop_while_type:

Public Attributes

type(control_loop_type), pointer control_loop
 
integer(intg) iteration_number
 
integer(intg) maximum_number_of_iterations
 
real(dp) absolute_tolerance
 
logical continue_loop
 

Detailed Description

Contains information on a do-while control loop.

Definition at line 3163 of file types.f90.

Member Data Documentation

real(dp) types::control_loop_while_type::absolute_tolerance

Definition at line 3167 of file types.f90.

logical types::control_loop_while_type::continue_loop

Definition at line 3168 of file types.f90.

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

Definition at line 3164 of file types.f90.

integer(intg) types::control_loop_while_type::iteration_number

Definition at line 3165 of file types.f90.

integer(intg) types::control_loop_while_type::maximum_number_of_iterations

Definition at line 3166 of file types.f90.