aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@4451c3c6-1034-4891-99ea-21147727ccdf>2000-03-29 07:42:21 +0000
committergoodale <goodale@4451c3c6-1034-4891-99ea-21147727ccdf>2000-03-29 07:42:21 +0000
commit168a3c0a7f89b9ec54504e47c18dd0ca7bcb6940 (patch)
tree695a56da4cdc0bd830c22c12f1270fd30ab48613 /interface.ccl
parenta457121df89fc3569421ccf68534a74838877c1f (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/WaveToyF77/trunk@50 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl11
1 files changed, 4 insertions, 7 deletions
diff --git a/interface.ccl b/interface.ccl
index 1237dc6..29fcba4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,21 +3,18 @@
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_next
-} "Temporary GFs for WaveToy"
-