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

Contains information on the interpolation for the interface equations. More...

Collaboration diagram for types::interface_equations_interpolation_type:

Public Attributes

type(interface_equations_type), pointer interface_equations
 A pointer to the equations. More...
 
type(interface_equations_domain_interpolation_typeinterface_interpolation
 The interpolation information for interpolating on the interface. More...
 
type(interface_equations_domain_interpolation_type), dimension(:), allocatable variable_interpolation
 VARIABLE_INTERPOLATION(variable_idx). The interpolation for the variable_idx'th field variable in the interface condition. More...
 

Detailed Description

Contains information on the interpolation for the interface equations.

Definition at line 2103 of file types.f90.

Member Data Documentation

type(interface_equations_type), pointer types::interface_equations_interpolation_type::interface_equations

A pointer to the equations.

Definition at line 2104 of file types.f90.

type(interface_equations_domain_interpolation_type) types::interface_equations_interpolation_type::interface_interpolation

The interpolation information for interpolating on the interface.

Definition at line 2105 of file types.f90.

type(interface_equations_domain_interpolation_type), dimension(:), allocatable types::interface_equations_interpolation_type::variable_interpolation

VARIABLE_INTERPOLATION(variable_idx). The interpolation for the variable_idx'th field variable in the interface condition.

Definition at line 2106 of file types.f90.