From d7b7bd33b9234a36e1899c008a6f6416a00cc98a Mon Sep 17 00:00:00 2001 From: baiotti Date: Thu, 23 Mar 2006 16:54:51 +0000 Subject: The carpet patch timed Sat Mar 4 18:38:10 CET 2006, not allowing any longer the use of CCTK_DELTA_SPACE in global mode, had broken our way of computing volume integrals. Here is the upgrade. Further changes are the transformation of divisions into moltiplications and the boundary corrections in the computation of the integral when PUGH is used. This last part is not tested (but will be), anyway who uses PUGH nowadays? git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/trunk@9 54511f98-0e4f-0410-826e-eb8b393f5a1e --- interface.ccl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index c71e1f8..384c54d 100644 --- a/interface.ccl +++ b/interface.ccl @@ -47,3 +47,5 @@ CCTK_REAL ADMMass_box type = scalar tags='checkpoint="no"' ADMMass_box_z_min ADMMass_box_z_max } "Physical coordinates of the surface on which the integral is computed" + +real grid_spacing_product type=SCALAR tags='checkpoint="no"' "product of cctk_delta_space, to be computed in local mode and later used in global mode (carpet problems)" -- cgit v1.2.3