From 346288ed2b578ff90ce34a15ba3302a81880f46a Mon Sep 17 00:00:00 2001 From: herrmann Date: Fri, 18 Mar 2005 14:43:31 +0000 Subject: remove multiplication by volume. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Norms/trunk@6 f4913095-0e4f-0410-abea-a123d184f1f3 --- src/Compute_Norm.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Compute_Norm.c b/src/Compute_Norm.c index 482e57f..4eddb1e 100644 --- a/src/Compute_Norm.c +++ b/src/Compute_Norm.c @@ -177,18 +177,6 @@ void Norms_Compute_Norms (CCTK_ARGUMENTS) *norm=sqrt(*norm); - /* multiply with h^d - see discussion above Eq. (12) in - * gr-qc/0503056 [abs, ps, pdf, other] : - * - * Title: Numerical stability for finite difference - * approximations of Einstein's equations - * Authors: Gioel Calabrese, Ian Hinder, Sascha Husa - * Comments: 18 pages, 5 figures - * - */ - hd=sqrt(dx*dy*dz); - *norm=*norm*hd; - CCTK_VInfo(CCTK_THORNSTRING,"norm= %16.8g",*norm); } -- cgit v1.2.3