The NaturalSystemMatrixOrdering class defines allows to use a matrix natural ordering. More...
Public Member Functions | |
long | getColPermutationRank (long col) const override |
long | getRowPermutationRank (long row) const override |
The NaturalSystemMatrixOrdering class defines allows to use a matrix natural ordering.
Definition at line 108 of file system_solvers_large.hpp.
|
overridevirtual |
Get the permutation rank of the specified local column.
The permutation rank defines the position, in the final assembled matrix, of the specified local column (i.e., the position of the specified local column after applying the reordering).
col | is the local column |
Implements bitpit::SystemMatrixOrdering.
Definition at line 93 of file system_solvers_large.cpp.
|
overridevirtual |
Get the permutation rank of the specified local row.
The permutation rank defines the position, in the final assembled matrix, of the specified local row (i.e., the position of the specified local row after applying the reordering).
row | is the local row |
Implements bitpit::SystemMatrixOrdering.
Definition at line 78 of file system_solvers_large.cpp.