We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea4284 commit f42c0cfCopy full SHA for f42c0cf
amr-wind/core/MLMGOptions.H
@@ -77,7 +77,7 @@ private:
77
amrex::Real m_bottom_rel_tol{1.0e-4};
78
79
//! Absolute tolerance for convergence checks
80
- amrex::Real m_bottom_abs_tol{-1.0};
+ amrex::Real m_bottom_abs_tol{1e-12};
81
82
/** Verbosity of the MLMG and Projector interfaces
83
*/
0 commit comments