Contains information on the mappings between field variable dofs inequations and the solver matrix columns (solver dofs)
More...
|
integer(intg), dimension(:), allocatable | column_numbers |
| COLUMN_NUMBERS(variable_dof_idx). The solver column number (solver dof) that the variable_dof_idx'th variable dof is mapped to. More...
|
|
real(dp), dimension(:), allocatable | coupling_coefficients |
| COUPLING_COEFFICIENTS(variable_dof_idx). The multiplicative constant for the mapping between the variable_dof_idx'th variable dof and the solver dof. More...
|
|
real(dp), dimension(:), allocatable | additive_constants |
| ADDITIVE_CONSTANTS(variable_dof_idx). The additive constant for the mapping between the variable_dof_idx'th variable dof and the solver dof. More...
|
|
Contains information on the mappings between field variable dofs inequations and the solver matrix columns (solver dofs)
- Todo:
- rename solver col to be solver dof here???
Definition at line 2869 of file types.f90.
real(dp), dimension(:), allocatable types::variable_to_solver_col_map_type::additive_constants |
ADDITIVE_CONSTANTS(variable_dof_idx). The additive constant for the mapping between the variable_dof_idx'th variable dof and the solver dof.
Definition at line 2872 of file types.f90.
integer(intg), dimension(:), allocatable types::variable_to_solver_col_map_type::column_numbers |
COLUMN_NUMBERS(variable_dof_idx). The solver column number (solver dof) that the variable_dof_idx'th variable dof is mapped to.
Definition at line 2870 of file types.f90.
real(dp), dimension(:), allocatable types::variable_to_solver_col_map_type::coupling_coefficients |
COUPLING_COEFFICIENTS(variable_dof_idx). The multiplicative constant for the mapping between the variable_dof_idx'th variable dof and the solver dof.
Definition at line 2871 of file types.f90.