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

Contains information about the Lagrange field information for an interface condition. More...

Collaboration diagram for types::interface_lagrange_type:

Public Attributes

type(interface_condition_type), pointer interface_condition
 A pointer to the interface condition. More...
 
logical lagrange_finished
 Is .TRUE. if the interface Lagrange field has finished being created, .FALSE. if not. More...
 
logical lagrange_field_auto_created
 Is .TRUE. if the Lagrange field has been auto created, .FALSE. if not. More...
 
type(field_type), pointer lagrange_field
 A pointer to the lagrange field. More...
 
integer(intg) number_of_components
 The number of components in the Lagrange field. More...
 

Detailed Description

Contains information about the Lagrange field information for an interface condition.

Definition at line 2137 of file types.f90.

Member Data Documentation

type(interface_condition_type), pointer types::interface_lagrange_type::interface_condition

A pointer to the interface condition.

Definition at line 2138 of file types.f90.

type(field_type), pointer types::interface_lagrange_type::lagrange_field

A pointer to the lagrange field.

Definition at line 2141 of file types.f90.

logical types::interface_lagrange_type::lagrange_field_auto_created

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

Definition at line 2140 of file types.f90.

logical types::interface_lagrange_type::lagrange_finished

Is .TRUE. if the interface Lagrange field has finished being created, .FALSE. if not.

Definition at line 2139 of file types.f90.

integer(intg) types::interface_lagrange_type::number_of_components

The number of components in the Lagrange field.

Definition at line 2142 of file types.f90.