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

Contains information on the mappings from a solver row to the equations. More...

Public Attributes

integer(intg) number_of_equations_set_rows
 The number of equations set rows the solver row is mapped to. If the rows are interface rows then this will be zero. More...
 
integer(intg) interface_condition_index
 The interface condition index that the solver row is mapped to. If the rows are from an equations set then this will be zero. More...
 
integer(intg), dimension(:), allocatable equations_index
 EQUATIONS_INDEX(i). If the rows are equations set rows then this is the index of the equations set that the i'th equations set row belongs to. If the rows are interface rows this will not be allocated. More...
 
integer(intg), dimension(:), allocatable rowcol_number
 ROWCOL_NUMBER(i). If the rows are equations set rows the i'th equations row number that the solver row is mapped to. If the rows are interface rows then the i'th column number that the solver row is mapped to. More...
 
real(dp), dimension(:), allocatable coupling_coefficients
 COUPLING_COEFFICIENTS(i). The i'th coupling coefficient for the solver row to equations mapping. More...
 

Detailed Description

Contains information on the mappings from a solver row to the equations.

Definition at line 3049 of file types.f90.

Member Data Documentation

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

COUPLING_COEFFICIENTS(i). The i'th coupling coefficient for the solver row to equations mapping.

Definition at line 3054 of file types.f90.

integer(intg), dimension(:), allocatable types::solver_row_to_equations_maps_type::equations_index

EQUATIONS_INDEX(i). If the rows are equations set rows then this is the index of the equations set that the i'th equations set row belongs to. If the rows are interface rows this will not be allocated.

Definition at line 3052 of file types.f90.

integer(intg) types::solver_row_to_equations_maps_type::interface_condition_index

The interface condition index that the solver row is mapped to. If the rows are from an equations set then this will be zero.

Definition at line 3051 of file types.f90.

integer(intg) types::solver_row_to_equations_maps_type::number_of_equations_set_rows

The number of equations set rows the solver row is mapped to. If the rows are interface rows then this will be zero.

Definition at line 3050 of file types.f90.

integer(intg), dimension(:), allocatable types::solver_row_to_equations_maps_type::rowcol_number

ROWCOL_NUMBER(i). If the rows are equations set rows the i'th equations row number that the solver row is mapped to. If the rows are interface rows then the i'th column number that the solver row is mapped to.

Definition at line 3053 of file types.f90.