mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adjust test to changed constructor.
This commit is contained in:
@@ -302,8 +302,10 @@ void runBlackoilAmgLaplace()
|
|||||||
Criterion criterion;
|
Criterion criterion;
|
||||||
|
|
||||||
smootherArgs.iterations = 1;
|
smootherArgs.iterations = 1;
|
||||||
|
Opm::CprParameter param;
|
||||||
|
|
||||||
Opm::BlackoilAmg<Operator,ParSmoother,Criterion,Communication,0> amg(fop, criterion,
|
Opm::BlackoilAmg<Operator,ParSmoother,Criterion,Communication,0> amg(param,
|
||||||
|
fop, criterion,
|
||||||
smootherArgs,
|
smootherArgs,
|
||||||
comm);
|
comm);
|
||||||
Dune::CGSolver<Vector> amgCG(fop, sp, amg, 10e-8, 300, (ccomm.rank()==0) ? 2 : 0);
|
Dune::CGSolver<Vector> amgCG(fop, sp, amg, 10e-8, 300, (ccomm.rank()==0) ? 2 : 0);
|
||||||
|
Reference in New Issue
Block a user