fix test_blackoil_amg

This commit is contained in:
Arne Morten Kvarving 2019-03-14 09:42:34 +01:00
parent 41ff0da2b4
commit e12b959def

View File

@ -303,13 +303,8 @@ void runBlackoilAmgLaplace()
smootherArgs.iterations = 1;
Opm::CPRParameter param;
Vector weights(b.size());
for (auto& elem : weights) {
elem = 1.0;
}
Opm::BlackoilAmg<Operator,ParSmoother,Criterion,Communication,0> amg(param,
weights,
{},
fop, criterion,
smootherArgs,
comm);