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

Contains information on the setup information for an equations set. More...

Collaboration diagram for types::equations_set_setup_type:

Public Attributes

integer(intg) setup_type
 The setup type for the equations set setup. More...
 
integer(intg) action_type
 The action type for the equations set setup. More...
 
integer(intg) field_user_number
 The user number for the field for the equations set setup. More...
 
type(field_type), pointer field
 A pointer to the field for the equations set setup. More...
 
integer(intg) analytic_function_type
 The analytic function type to use. More...
 

Detailed Description

Contains information on the setup information for an equations set.

Definition at line 1866 of file types.f90.

Member Data Documentation

integer(intg) types::equations_set_setup_type::action_type

The action type for the equations set setup.

See also
EQUATIONS_SET_CONSTANTS::SetupActionTypes,EQUATIONS_SET_CONSTANTS

Definition at line 1868 of file types.f90.

integer(intg) types::equations_set_setup_type::analytic_function_type

The analytic function type to use.

Definition at line 1871 of file types.f90.

type(field_type), pointer types::equations_set_setup_type::field

A pointer to the field for the equations set setup.

Definition at line 1870 of file types.f90.

integer(intg) types::equations_set_setup_type::field_user_number

The user number for the field for the equations set setup.

Definition at line 1869 of file types.f90.

integer(intg) types::equations_set_setup_type::setup_type

The setup type for the equations set setup.

See also
EQUATIONS_SET_CONSTANTS::SetupTypes,EQUATIONS_SET_CONSTANTS

Definition at line 1867 of file types.f90.