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

Contains information on the source for the equations set. More...

Collaboration diagram for types::equations_set_source_type:

Public Attributes

type(equations_set_type), pointer equations_set
 A pointer to the equations set. More...
 
logical source_finished
 Is .TRUE. if the source for the equations set has finished being created, .FALSE. if not. More...
 
logical source_field_auto_created
 Is .TRUE. if the source field has been auto created, .FALSE. if not. More...
 
type(field_type), pointer source_field
 A pointer to the source field for the equations set if one is defined. If no source is defined the pointer is NULL. More...
 

Detailed Description

Contains information on the source for the equations set.

Definition at line 1915 of file types.f90.

Member Data Documentation

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

A pointer to the equations set.

Definition at line 1916 of file types.f90.

type(field_type), pointer types::equations_set_source_type::source_field

A pointer to the source field for the equations set if one is defined. If no source is defined the pointer is NULL.

Definition at line 1919 of file types.f90.

logical types::equations_set_source_type::source_field_auto_created

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

Definition at line 1918 of file types.f90.

logical types::equations_set_source_type::source_finished

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

Definition at line 1917 of file types.f90.