From 70a85358dbbb2a54a4aea2801c590304f3264830 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 27 Jul 2006 20:39:51 +0000 Subject: Use CCTK_REAL instead of double. This allows using higher precisions that double. Do not initialise the ghost zones; synchronise instead. Since interpolating the initial data is expensive this should save some time. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@57 b2a53a04-0f4f-0410-87ed-f9f25ced00cf --- schedule.ccl | 1 + 1 file changed, 1 insertion(+) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 52466ee..bc410ca 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -16,5 +16,6 @@ if (CCTK_Equals(initial_data, "twopunctures")) { LANG: C STORAGE: puncture_u + SYNC: ADMBase::metric ADMBase::curv ADMBase::lapse } "Create puncture black hole initial data" } -- cgit v1.2.3