OpenCMISS-Iron Internal API Documentation

Problem control loop type parameters. More...

Collaboration diagram for OPENCMISS::Problem::ControlLoopTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_simple_type = PROBLEM_CONTROL_SIMPLE_TYPE
 Simple, one iteration control loop. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_fixed_loop_type = PROBLEM_CONTROL_FIXED_LOOP_TYPE
 Fixed iteration control loop. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_time_loop_type = PROBLEM_CONTROL_TIME_LOOP_TYPE
 Time control loop. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_while_loop_type = PROBLEM_CONTROL_WHILE_LOOP_TYPE
 While control loop. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_load_increment_loop_type = PROBLEM_CONTROL_LOAD_INCREMENT_LOOP_TYPE
 Load increment control loop. More...
 

Detailed Description

Problem control loop type parameters.

See also
OPENCMISS::Problem,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_fixed_loop_type = PROBLEM_CONTROL_FIXED_LOOP_TYPE

Fixed iteration control loop.

See also
OPENCMISS::Problem::ControlLoopTypes,OPENCMISS

Definition at line 5597 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_load_increment_loop_type = PROBLEM_CONTROL_LOAD_INCREMENT_LOOP_TYPE

Load increment control loop.

See also
OPENCMISS::Problem::ControlLoopTypes,OPENCMISS

Definition at line 5600 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_simple_type = PROBLEM_CONTROL_SIMPLE_TYPE

Simple, one iteration control loop.

See also
OPENCMISS::Problem::ControlLoopTypes,OPENCMISS

Definition at line 5596 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_time_loop_type = PROBLEM_CONTROL_TIME_LOOP_TYPE

Time control loop.

See also
OPENCMISS::Problem::ControlLoopTypes,OPENCMISS

Definition at line 5598 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_control_while_loop_type = PROBLEM_CONTROL_WHILE_LOOP_TYPE

While control loop.

See also
OPENCMISS::Problem::ControlLoopTypes,OPENCMISS

Definition at line 5599 of file opencmiss_iron.f90.