OpenCMISS-Iron Internal API Documentation
types::interface_mapping_rhs_type Type Reference
Collaboration diagram for types::interface_mapping_rhs_type:

Public Attributes

type(interface_mapping_type), pointer interface_mapping
 A pointer back to the interface mapping. More...
 
integer(intg) rhs_variable_type
 The variable type number mapped to the RHS vector. More...
 
type(field_variable_type), pointer rhs_variable
 A pointer to the variable that is mapped to the RHS vector. More...
 
type(domain_mapping_type), pointer rhs_variable_mapping
 A pointer to the RHS variable domain mapping. More...
 
real(dp) rhs_coefficient
 The multiplicative coefficient applied to the RHS vector. More...
 
integer(intg), dimension(:), allocatable rhs_dof_to_interface_row_map
 RHS_DOF_TO_INTERFACE_ROW_MAP(rhs_dof_idx). The mapping from the rhs_dof_idx'th RHS dof in the rhs variable to the interface row. More...
 
integer(intg), dimension(:), allocatable interface_row_to_rhs_dof_map
 INTERFACE_ROW_TO_RHS_DOF_MAP(row_idx). The mapping from the row_idx'th row of the interface to the RHS dof. More...
 

Detailed Description

Definition at line 2043 of file types.f90.

Member Data Documentation

type(interface_mapping_type), pointer types::interface_mapping_rhs_type::interface_mapping

A pointer back to the interface mapping.

Definition at line 2044 of file types.f90.

integer(intg), dimension(:), allocatable types::interface_mapping_rhs_type::interface_row_to_rhs_dof_map

INTERFACE_ROW_TO_RHS_DOF_MAP(row_idx). The mapping from the row_idx'th row of the interface to the RHS dof.

Definition at line 2050 of file types.f90.

real(dp) types::interface_mapping_rhs_type::rhs_coefficient

The multiplicative coefficient applied to the RHS vector.

Definition at line 2048 of file types.f90.

integer(intg), dimension(:), allocatable types::interface_mapping_rhs_type::rhs_dof_to_interface_row_map

RHS_DOF_TO_INTERFACE_ROW_MAP(rhs_dof_idx). The mapping from the rhs_dof_idx'th RHS dof in the rhs variable to the interface row.

Definition at line 2049 of file types.f90.

type(field_variable_type), pointer types::interface_mapping_rhs_type::rhs_variable

A pointer to the variable that is mapped to the RHS vector.

Definition at line 2046 of file types.f90.

type(domain_mapping_type), pointer types::interface_mapping_rhs_type::rhs_variable_mapping

A pointer to the RHS variable domain mapping.

Definition at line 2047 of file types.f90.

integer(intg) types::interface_mapping_rhs_type::rhs_variable_type

The variable type number mapped to the RHS vector.

Definition at line 2045 of file types.f90.