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

Contains information on the mapping from the equations rows in an equations set to the solver rows. More...

Public Attributes

integer(intg) number_of_solver_rows
 The number of solver rows this equations row is mapped to. More...
 
integer(intg), dimension(:), allocatable solver_rows
 SOLVER_ROWS(i). The solver row number for the i'th solver row that this row is mapped to. More...
 
real(dp), dimension(:), allocatable coupling_coefficients
 COUPLING_COEFFICIENTS(i). The coupling coefficients for the i'th solver row that this row is mapped to. More...
 

Detailed Description

Contains information on the mapping from the equations rows in an equations set to the solver rows.

Definition at line 2905 of file types.f90.

Member Data Documentation

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

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

Definition at line 2908 of file types.f90.

integer(intg) types::equations_row_to_solver_rows_map_type::number_of_solver_rows

The number of solver rows this equations row is mapped to.

Definition at line 2906 of file types.f90.

integer(intg), dimension(:), allocatable types::equations_row_to_solver_rows_map_type::solver_rows

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

Definition at line 2907 of file types.f90.