Merge commit 'v2.0.2-392-ga8788b65'
This commit is contained in:
commit
3ac8d93a84
|
@ -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