aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2000-03-29 07:42:23 +0000
committergoodale <goodale@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2000-03-29 07:42:23 +0000
commitacd7a42b3d1301a3f94121f15f5740113e49e74a (patch)
tree3556d92921d142e91cdc33847cf286ecd921d18a /interface.ccl
parentca7c92c9a2b58b255d484e6c4b0c7488b1965dc0 (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/WaveToyF90/trunk@42 f80f6fb6-8356-4fd4-90bc-d84ad503c100
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 7a90d2a..e169a6b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,20 +3,17 @@
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 temps type = GF
-{
- phi_tmp
-} "Temporary grid functions"