OpenCMISS-Iron Internal API Documentation
|
Contains information about the Lagrange field information for an interface condition. More...
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... | |
Contains information about the Lagrange field information for an interface condition.
type(interface_condition_type), pointer types::interface_lagrange_type::interface_condition |
type(field_type), pointer types::interface_lagrange_type::lagrange_field |
logical types::interface_lagrange_type::lagrange_field_auto_created |
logical types::interface_lagrange_type::lagrange_finished |