Skip to content

Commit f42c0cf

Browse files
authored
Update the bottom solver default absolute tolerance (Exawind#1506)
1 parent 6ea4284 commit f42c0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amr-wind/core/MLMGOptions.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private:
7777
amrex::Real m_bottom_rel_tol{1.0e-4};
7878

7979
//! Absolute tolerance for convergence checks
80-
amrex::Real m_bottom_abs_tol{-1.0};
80+
amrex::Real m_bottom_abs_tol{1e-12};
8181

8282
/** Verbosity of the MLMG and Projector interfaces
8383
*/

0 commit comments

Comments
 (0)