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

Contains information about the mapping from a solver matrix column to interface equations matrices and variables. More...

Public Attributes

integer(intg) number_of_interface_matrices
 The number of interface matrices the solver column is mapped to in this interface condition. More...
 
integer(intg), dimension(:), allocatable interface_matrix_numbers
 INTERFACE_MATRIX_NUMBERS(i). The i'th interface matrix number in the interface equations that the solver column is mapped to. More...
 
integer(intg), dimension(:), allocatable interface_col_numbers
 INTERFACE_COL_NUMBERS(i). The i'th interface interface column number in the interface condition the solver column is mapped to. More...
 
real(dp), dimension(:), allocatable coupling_coefficients
 COUPLING_COEFFICIENTS(i). The i'th coupling coefficient for solver column mapping. More...
 

Detailed Description

Contains information about the mapping from a solver matrix column to interface equations matrices and variables.

Definition at line 3019 of file types.f90.

Member Data Documentation

real(dp), dimension(:), allocatable types::solver_col_to_interface_equations_map_type::coupling_coefficients

COUPLING_COEFFICIENTS(i). The i'th coupling coefficient for solver column mapping.

Definition at line 3023 of file types.f90.

integer(intg), dimension(:), allocatable types::solver_col_to_interface_equations_map_type::interface_col_numbers

INTERFACE_COL_NUMBERS(i). The i'th interface interface column number in the interface condition the solver column is mapped to.

Definition at line 3022 of file types.f90.

integer(intg), dimension(:), allocatable types::solver_col_to_interface_equations_map_type::interface_matrix_numbers

INTERFACE_MATRIX_NUMBERS(i). The i'th interface matrix number in the interface equations that the solver column is mapped to.

Definition at line 3021 of file types.f90.

integer(intg) types::solver_col_to_interface_equations_map_type::number_of_interface_matrices

The number of interface matrices the solver column is mapped to in this interface condition.

Definition at line 3020 of file types.f90.