Merge branch 'development' into 38-introduce-rudimentary-PETSc-based-FEM-solver
This commit is contained in:
commit
4d432e5462
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 50eb21714e2f501b111bb62096ebb6a5bfc6708a
|
||||
Subproject commit ce48785dcc5c9cae28cd35d45b612223c37c73b0
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue