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

Contains information on the geometry for an interface condition. More...

Collaboration diagram for types::interface_geometry_type:

Public Attributes

type(interface_condition_type), pointer interface_condition
 A pointer to the interface condition. More...
 
type(field_type), pointer geometric_field
 The geometric field for this equations set. More...
 

Detailed Description

Contains information on the geometry for an interface condition.

Definition at line 2123 of file types.f90.

Member Data Documentation

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

The geometric field for this equations set.

Definition at line 2125 of file types.f90.

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

A pointer to the interface condition.

Definition at line 2124 of file types.f90.