absTol for divergence was way too tight
This commit is contained in:
parent
7c683d4f3d
commit
87a8a9536b
|
@ -94,7 +94,7 @@ module numerics
|
||||||
! spectral parameters:
|
! spectral parameters:
|
||||||
#ifdef Spectral
|
#ifdef Spectral
|
||||||
real(pReal), protected, public :: &
|
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_div_tolRel = 5.0e-4_pReal, & !< relative tolerance for equilibrium
|
||||||
err_curl_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for compatibility
|
err_curl_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for compatibility
|
||||||
err_curl_tolRel = 5.0e-4_pReal, & !< relative tolerance for compatibility
|
err_curl_tolRel = 5.0e-4_pReal, & !< relative tolerance for compatibility
|
||||||
|
|
Loading…
Reference in New Issue