aboutsummaryrefslogtreecommitdiff
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
parent1b9be774bca650b2e31e258db0633a1cfd9a3701 (diff)
Add grid function for u.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@4 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--interface.ccl4
-rw-r--r--schedule.ccl7
2 files changed, 11 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 427ac85..a969173 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,3 +4,7 @@
IMPLEMENTS: TwoPunctures
INHERITS: ADMBase StaticConformal grid
+
+
+
+REAL puncture_u TYPE=gf
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"