mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Reordering is now actually skipped when NONE is chosen.
Also made reordering optional for openclSolver.
This commit is contained in:
@@ -126,6 +126,7 @@ public:
|
||||
/// Since the rows of the matrix are reordered, the columnindices of the matrixdata is incorrect
|
||||
/// Those indices need to be mapped via toOrder
|
||||
/// \param[in] toOrder array with mappings
|
||||
/// \param[in] reorder whether reordering is actually used or not
|
||||
void setReordering(int *toOrder, bool reorder);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user