Skip to content

Commit 7eeed81

Browse files
hnilbska
authored andcommitted
other parameters for hypre
1 parent 9427c9f commit 7eeed81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opm/simulators/linalg/HyprePreconditioner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class HyprePreconditioner : public Dune::PreconditionerWithUpdate<X,Y> {
130130
HYPRE_BoomerAMGSetMaxIter(solver_, prm.get<int>("max_iter", 1));
131131
HYPRE_BoomerAMGSetTol(solver_, prm.get<double>("tolerance", 0.0));
132132
HYPRE_BoomerAMGSetMaxLevels(solver_, prm.get<int>("max_levels", 25));
133-
HYPRE_BoomerAMGSetStrongThreshold(solver_, prm.get<double>("strong_threshold", 0.25));
133+
HYPRE_BoomerAMGSetStrongThreshold(solver_, prm.get<double>("strong_threshold", 0.5));
134134
HYPRE_BoomerAMGSetAggTruncFactor(solver_, prm.get<double>("agg_trunc_factor", 0.0));
135135
HYPRE_BoomerAMGSetInterpType(solver_, prm.get<int>("interp_type", 0)); // classical
136136

0 commit comments

Comments
 (0)