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

Contains information on the mapping from an interface condition column to a solver row. More...

Public Attributes

integer(intg) number_of_solver_rows
 The number of solver rows that the interface condition column in mapped to (can be either 0 or 1 at he moment.) More...
 
integer(intg) solver_row
 The solver row that the interface condition column is mapped to. More...
 
real(dp) coupling_coefficient
 The coupling coefficient for the mapping. More...
 

Detailed Description

Contains information on the mapping from an interface condition column to a solver row.

Definition at line 2961 of file types.f90.

Member Data Documentation

real(dp) types::interface_column_to_solver_rows_map_type::coupling_coefficient

The coupling coefficient for the mapping.

Definition at line 2964 of file types.f90.

integer(intg) types::interface_column_to_solver_rows_map_type::number_of_solver_rows

The number of solver rows that the interface condition column in mapped to (can be either 0 or 1 at he moment.)

Definition at line 2962 of file types.f90.

integer(intg) types::interface_column_to_solver_rows_map_type::solver_row

The solver row that the interface condition column is mapped to.

Definition at line 2963 of file types.f90.