mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-27 18:36:28 -06:00
fix the parallel AMG linear solver
... and actually use it for the lens problems. This seems to have been disabled for debugging and later it was probably forgotten to turn it on again. This led to some minor bit-rot in that code...
This commit is contained in:
parent
c309145085
commit
e0a9f58bfe
@ -110,7 +110,7 @@ public:
|
||||
};
|
||||
|
||||
// Use the algebraic multi-grid linear solver for this problem
|
||||
SET_TAG_PROP(LensBaseProblem, LinearSolverSplice, ParallelAmgBackend);
|
||||
SET_TAG_PROP(LensBaseProblem, LinearSolverSplice, ParallelAmgLinearSolver);
|
||||
|
||||
// Write the solutions of individual newton iterations?
|
||||
SET_BOOL_PROP(LensBaseProblem, NewtonWriteConvergence, false);
|
||||
|
Loading…
Reference in New Issue
Block a user