OpenCMISS-Iron Internal API Documentation
|
Contains information for a problem. More...
Public Attributes | |
integer(intg) | user_number |
The user defined identifier for the problem. The user number must be unique. More... | |
integer(intg) | global_number |
The global number of the problem in the list of problems. More... | |
logical | problem_finished |
Is .TRUE. if the problem has finished being created, .FALSE. if not. More... | |
type(problems_type), pointer | problems |
A pointer to the problems for this problem. More... | |
integer(intg), dimension(:), allocatable | specification |
The problem specification array, eg. [class, type, subtype], although there can be more or fewer identifiers. Unused identifiers are set to zero. More... | |
type(control_loop_type), pointer | control_loop |
A pointer to the control loop information for the problem. More... | |
Contains information for a problem.
type(control_loop_type), pointer types::problem_type::control_loop |
integer(intg) types::problem_type::global_number |
logical types::problem_type::problem_finished |
type(problems_type), pointer types::problem_type::problems |
integer(intg), dimension(:), allocatable types::problem_type::specification |