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

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

Public Attributes

integer(intg) number_of_dynamic_equations_matrices
 The number of dynamic equations matrices the solver column is mapped to in this equations set. More...
 
integer(intg), dimension(:), allocatable equations_matrix_numbers
 EQUATIONS_MATRIX_NUMBERS(i). The i'th equations matrix number in theequations that the solver column is mapped to. More...
 
integer(intg), dimension(:), allocatable equations_col_numbers
 EQUATIONS_COL_NUMBERS(i). The i'th equations column number in the equation set 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 dynamic equations matrices and variables.

Definition at line 2980 of file types.f90.

Member Data Documentation

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

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

Definition at line 2984 of file types.f90.

integer(intg), dimension(:), allocatable types::solver_col_to_dynamic_equations_map_type::equations_col_numbers

EQUATIONS_COL_NUMBERS(i). The i'th equations column number in the equation set the solver column is mapped to.

Definition at line 2983 of file types.f90.

integer(intg), dimension(:), allocatable types::solver_col_to_dynamic_equations_map_type::equations_matrix_numbers

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

Definition at line 2982 of file types.f90.

integer(intg) types::solver_col_to_dynamic_equations_map_type::number_of_dynamic_equations_matrices

The number of dynamic equations matrices the solver column is mapped to in this equations set.

Definition at line 2981 of file types.f90.