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

Public Attributes

integer(intg) setup_type
 The setup type. More...
 
integer(intg) action_type
 The action type. More...
 

Detailed Description

Definition at line 3215 of file types.f90.

Member Data Documentation

integer(intg) types::problem_setup_type::action_type

The action type.

See also
PROBLEM_CONSTANTS::SetupActionTypes,CONSTANTS_ROUTINES

Definition at line 3217 of file types.f90.

integer(intg) types::problem_setup_type::setup_type

The setup type.

See also
PROBLEM_CONSTANTS::SetupTypes,PROBLEM_CONSTANTS

Definition at line 3216 of file types.f90.