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

Contains information on a time iteration control loop. More...

Collaboration diagram for types::control_loop_time_type:

Public Attributes

type(control_loop_type), pointer control_loop
 
integer(intg) iteration_number
 
integer(intg) global_iteration_number
 
integer(intg) output_number
 The frequency of output, is only used if the specific problem implementation accesses it. More...
 
integer(intg) input_number
 
real(dp) current_time
 
real(dp) start_time
 
real(dp) stop_time
 
real(dp) time_increment
 
integer(intg) number_of_iterations
 The total number of iterations for this loop, if 0 it will be computed from time span and increment. More...
 

Detailed Description

Contains information on a time iteration control loop.

Definition at line 3148 of file types.f90.

Member Data Documentation

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

Definition at line 3149 of file types.f90.

real(dp) types::control_loop_time_type::current_time

Definition at line 3155 of file types.f90.

integer(intg) types::control_loop_time_type::global_iteration_number

Definition at line 3151 of file types.f90.

integer(intg) types::control_loop_time_type::input_number

Definition at line 3154 of file types.f90.

integer(intg) types::control_loop_time_type::iteration_number

Definition at line 3150 of file types.f90.

integer(intg) types::control_loop_time_type::number_of_iterations

The total number of iterations for this loop, if 0 it will be computed from time span and increment.

Definition at line 3159 of file types.f90.

integer(intg) types::control_loop_time_type::output_number

The frequency of output, is only used if the specific problem implementation accesses it.

Definition at line 3153 of file types.f90.

real(dp) types::control_loop_time_type::start_time

Definition at line 3156 of file types.f90.

real(dp) types::control_loop_time_type::stop_time

Definition at line 3157 of file types.f90.

real(dp) types::control_loop_time_type::time_increment

Definition at line 3158 of file types.f90.