From 87a8a9536ba0fc9dd9f084df8fe7e1a358f30277 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 20 Aug 2018 16:34:43 -0400 Subject: [PATCH 1/3] absTol for divergence was way too tight --- src/numerics.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c6ed69cb77426620d721ce87600a6f0c53d5b418 Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 21 Aug 2018 09:47:03 +0200 Subject: [PATCH 2/3] [skip ci] updated version information after successful test of v2.0.2-390-g7c683d4f --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 51dbc6c445c59c20b1f3b8f82fc308ead4c97c2a Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 21 Aug 2018 22:58:54 +0200 Subject: [PATCH 3/3] test compatible with 39-branch --- PRIVATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRIVATE b/PRIVATE index c44717258..ce48785dc 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit c4471725893e301044924eb0990e2ad619aa0a46 +Subproject commit ce48785dcc5c9cae28cd35d45b612223c37c73b0