diff --git a/PRIVATE b/PRIVATE index 50eb21714..ce48785dc 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 50eb21714e2f501b111bb62096ebb6a5bfc6708a +Subproject commit ce48785dcc5c9cae28cd35d45b612223c37c73b0 diff --git a/VERSION b/VERSION index fea0a6cd0..0f2fd848d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.2-381-gc03ea8f5 +v2.0.2-390-g7c683d4f diff --git a/src/numerics.f90 b/src/numerics.f90 index 56da2041e..6866a89ad 100644 --- a/src/numerics.f90 +++ b/src/numerics.f90 @@ -94,7 +94,7 @@ module numerics ! spectral parameters: #ifdef Spectral real(pReal), protected, public :: & - err_div_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for equilibrium + err_div_tolAbs = 1.0e-4_pReal, & !< absolute tolerance for equilibrium err_div_tolRel = 5.0e-4_pReal, & !< relative tolerance for equilibrium err_curl_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for compatibility err_curl_tolRel = 5.0e-4_pReal, & !< relative tolerance for compatibility