aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@50555cc7-fb31-491a-85db-9a2874240742>2000-03-29 07:42:18 +0000
committergoodale <goodale@50555cc7-fb31-491a-85db-9a2874240742>2000-03-29 07:42:18 +0000
commited3cf91b28bead60b68fa95e0829ab8a7d68b64e (patch)
tree36aff42d1af9000e07722827eec1e698520aad7e /interface.ccl
parent06b619c73980740e6ce2bce7ed7bbc6b6a72e002 (diff)
Changed to use timelevels - thanks for putting the rotation in PUGH Ed.
Note that the no-boundary condition tests assumed that phi_new had zero at its boundaries. This is, or course, no longer true with timelevel rotation. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@22 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl12
1 files changed, 4 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index 679343c..969469f 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,20 +2,16 @@
# $Header$
implements: wavetoy
+
+USES INCLUDE: Boundary.h
+USES INCLUDE: Symmetry.h
public:
-cctk_real scalarevolve type = GF
+cctk_real scalarevolve type = GF Timelevels=3
{
phi
- phi_old
} "The evolved scalar field"
-private:
-
-cctk_real scalartmps type = GF
-{
- phi_new
-} "Temporary GF for WaveToy"