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

Contains information about the interpolation for a domain (interface or coupled mesh) in the interface equations. More...

Collaboration diagram for types::interface_equations_domain_interpolation_type:

Public Attributes

type(interface_equations_interpolation_type), pointer interpolation
 A pointer to the interpolation information used in the interface equations. More...
 
type(field_type), pointer geometric_field
 A pointer to the geometric field for the domain. More...
 
integer(intg) number_of_geometric_interpolation_sets
 The number of geometric interpolation sets in the domain. More...
 
type(interface_equations_interpolation_set_type), dimension(:), allocatable geometric_interpolation
 GEOMETRIC_INTERPOLATION(interpolation_set_idx). The geometric interpolation information for the interpolation_set_idx'th interpolation set. More...
 
type(field_type), pointer dependent_field
 A pointer to the dependent field for the domain. More...
 
integer(intg) number_of_dependent_interpolation_sets
 The number of dependent interpolation sets in the domain. More...
 
type(interface_equations_interpolation_set_type), dimension(:), allocatable dependent_interpolation
 DEPENDENT_INTERPOLATION(interpolation_set_idx). The dependent interpolation information for the interpolation_set_idx'th interpolation set. More...
 
type(field_type), pointer penalty_field
 A pointer to the penalty field for the domain. More...
 
integer(intg) number_of_penalty_interpolation_sets
 The number of penalty interpolation sets in the domain. More...
 
type(interface_equations_interpolation_set_type), dimension(:), allocatable penalty_interpolation
 PENALTY_INTERPOLATION(interpolation_set_idx). The penalty interpolation information for the interpolation_set_idx'th interpolation set. More...
 

Detailed Description

Contains information about the interpolation for a domain (interface or coupled mesh) in the interface equations.

Definition at line 2089 of file types.f90.

Member Data Documentation

type(field_type), pointer types::interface_equations_domain_interpolation_type::dependent_field

A pointer to the dependent field for the domain.

Definition at line 2094 of file types.f90.

type(interface_equations_interpolation_set_type), dimension(:), allocatable types::interface_equations_domain_interpolation_type::dependent_interpolation

DEPENDENT_INTERPOLATION(interpolation_set_idx). The dependent interpolation information for the interpolation_set_idx'th interpolation set.

Definition at line 2096 of file types.f90.

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

A pointer to the geometric field for the domain.

Definition at line 2091 of file types.f90.

type(interface_equations_interpolation_set_type), dimension(:), allocatable types::interface_equations_domain_interpolation_type::geometric_interpolation

GEOMETRIC_INTERPOLATION(interpolation_set_idx). The geometric interpolation information for the interpolation_set_idx'th interpolation set.

Definition at line 2093 of file types.f90.

type(interface_equations_interpolation_type), pointer types::interface_equations_domain_interpolation_type::interpolation

A pointer to the interpolation information used in the interface equations.

Definition at line 2090 of file types.f90.

integer(intg) types::interface_equations_domain_interpolation_type::number_of_dependent_interpolation_sets

The number of dependent interpolation sets in the domain.

Definition at line 2095 of file types.f90.

integer(intg) types::interface_equations_domain_interpolation_type::number_of_geometric_interpolation_sets

The number of geometric interpolation sets in the domain.

Definition at line 2092 of file types.f90.

integer(intg) types::interface_equations_domain_interpolation_type::number_of_penalty_interpolation_sets

The number of penalty interpolation sets in the domain.

Definition at line 2098 of file types.f90.

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

A pointer to the penalty field for the domain.

Definition at line 2097 of file types.f90.

type(interface_equations_interpolation_set_type), dimension(:), allocatable types::interface_equations_domain_interpolation_type::penalty_interpolation

PENALTY_INTERPOLATION(interpolation_set_idx). The penalty interpolation information for the interpolation_set_idx'th interpolation set.

Definition at line 2099 of file types.f90.