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

Public Attributes

integer(intg) number_of_solver_cols
 The number of solver cols this equations column is mapped to. More...
 
integer(intg), dimension(:), allocatable solver_cols
 SOLVER_COLS(i). The solver column number for the i'th solver column that this column is mapped to. More...
 
real(dp), dimension(:), allocatable coupling_coefficients
 COUPLING_COEFFICIENTS(i). The coupling coefficients for the i'th solver column that this column is mapped to. More...
 

Detailed Description

Definition at line 2818 of file types.f90.

Member Data Documentation

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

COUPLING_COEFFICIENTS(i). The coupling coefficients for the i'th solver column that this column is mapped to.

Definition at line 2821 of file types.f90.

integer(intg) types::equations_col_to_solver_cols_map_type::number_of_solver_cols

The number of solver cols this equations column is mapped to.

Definition at line 2819 of file types.f90.

integer(intg), dimension(:), allocatable types::equations_col_to_solver_cols_map_type::solver_cols

SOLVER_COLS(i). The solver column number for the i'th solver column that this column is mapped to.

Definition at line 2820 of file types.f90.