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

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

Collaboration diagram for types::equations_set_geometry_type:

Public Attributes

type(equations_set_type), pointer equations_set
 A pointer to the equations set. More...
 
type(field_type), pointer geometric_field
 The geometric field for this equations set. More...
 
type(field_type), pointer fibre_field
 The fibre field for this equations set if one is defined. If no fibre field is defined the pointer is NULL. More...
 

Detailed Description

Contains information on the geometry for an equations set.

Definition at line 1875 of file types.f90.

Member Data Documentation

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

A pointer to the equations set.

Definition at line 1876 of file types.f90.

type(field_type), pointer types::equations_set_geometry_type::fibre_field

The fibre field for this equations set if one is defined. If no fibre field is defined the pointer is NULL.

Definition at line 1878 of file types.f90.

type(field_type), pointer types::equations_set_geometry_type::geometric_field

The geometric field for this equations set.

Definition at line 1877 of file types.f90.