From 4bb6664de9b811e77c55d250a00d6a90e90bb711 Mon Sep 17 00:00:00 2001
From: Pratheek Shanthraj
Date: Mon, 27 Jul 2015 11:08:43 +0000
Subject: [PATCH] tightened default thermal tolerance
---
code/numerics.f90 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/numerics.f90 b/code/numerics.f90
index b09cf9120..ac98d1761 100644
--- a/code/numerics.f90
+++ b/code/numerics.f90
@@ -163,7 +163,7 @@ module numerics
&-thermal_snes_linesearch_type cp &
&-thermal_ksp_type fgmres &
&-thermal_ksp_max_it 25 &
- &-thermal_snes_atol 1e-1 &
+ &-thermal_snes_atol 1e-3 &
&-thermal_pc_type hypre &
&-vacancy_snes_type newtonls &
&-vacancy_snes_linesearch_type cp &