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

Contains information on the dependent variables for the equations set. More...

Collaboration diagram for types::equations_set_dependent_type:

Public Attributes

type(equations_set_type), pointer equations_set
 A pointer to the equations set. More...
 
logical dependent_finished
 Is .TRUE. if the dependent variables for the equations set has finished being created, .FALSE. if not. More...
 
logical dependent_field_auto_created
 Is .TRUE. if the dependent field has been auto created, .FALSE. if not. More...
 
type(field_type), pointer dependent_field
 A pointer to the dependent field for the equations set. More...
 

Detailed Description

Contains information on the dependent variables for the equations set.

Definition at line 1889 of file types.f90.

Member Data Documentation

type(field_type), pointer types::equations_set_dependent_type::dependent_field

A pointer to the dependent field for the equations set.

Definition at line 1893 of file types.f90.

logical types::equations_set_dependent_type::dependent_field_auto_created

Is .TRUE. if the dependent field has been auto created, .FALSE. if not.

Definition at line 1892 of file types.f90.

logical types::equations_set_dependent_type::dependent_finished

Is .TRUE. if the dependent variables for the equations set has finished being created, .FALSE. if not.

Definition at line 1891 of file types.f90.

type(equations_set_type), pointer types::equations_set_dependent_type::equations_set

A pointer to the equations set.

Definition at line 1890 of file types.f90.