Introduction
Introduction Statistics Contact Development Disclaimer Help
tIn residual: compare change to old value - cngf-pf - continuum model for granu…
git clone git://src.adamsgaard.dk/cngf-pf
Log
Files
Refs
README
LICENSE
---
commit ffe45348839b6f09bf9b9d651b68159cef108db7
parent b47478c82b40a6ea1967da7c5eb9161e51688815
Author: Anders Damsgaard <[email protected]>
Date: Thu, 16 Apr 2020 15:38:39 +0200
In residual: compare change to old value
Diffstat:
M simulation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/simulation.c b/simulation.c
t@@ -601,7 +601,7 @@ set_bc_dirichlet(double* g_ghost,
double
residual_normalized(double new, double old)
{
- return fabs((new - old)/(new + 1e-16));
+ return fabs((new - old)/(old + 1e-16));
}
static void
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.