aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-05-18 19:04:33 +0000
committerschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-05-18 19:04:33 +0000
commit7355de1eccd5b684b00b17a24b0c6c953ee3b6e1 (patch)
tree4fc3b4045d792b206703f723db6907875c3858ea /schedule.ccl
parent1b9be774bca650b2e31e258db0633a1cfd9a3701 (diff)
Add grid function for u.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@4 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f625a55..797d4d6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,14 @@
# Schedule definitions for thorn TwoPunctures
# $Header$
+if (keep_u_around) {
+ STORAGE: puncture_u
+}
+
+
+
SCHEDULE TwoPunctures IN ADMBase_InitialData
{
LANG: C
+ STORAGE: puncture_u
} "Create puncture black hole initial data"