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

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

Collaboration diagram for types::interface_penalty_type:

Public Attributes

type(interface_condition_type), pointer interface_condition
 A pointer to the interface condition. More...
 
logical penalty_finished
 Is .TRUE. if the interface penalty field has finished being created, .FALSE. if not. More...
 
logical penalty_field_auto_created
 Is .TRUE. if the penalty field has been auto created, .FALSE. if not. More...
 
type(field_type), pointer penalty_field
 A pointer to the penalty field. More...
 

Detailed Description

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

Definition at line 2129 of file types.f90.

Member Data Documentation

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

A pointer to the interface condition.

Definition at line 2130 of file types.f90.

type(field_type), pointer types::interface_penalty_type::penalty_field

A pointer to the penalty field.

Definition at line 2133 of file types.f90.

logical types::interface_penalty_type::penalty_field_auto_created

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

Definition at line 2132 of file types.f90.

logical types::interface_penalty_type::penalty_finished

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

Definition at line 2131 of file types.f90.