From 168a3c0a7f89b9ec54504e47c18dd0ca7bcb6940 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 29 Mar 2000 07:42:21 +0000 Subject: 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 --- interface.ccl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'interface.ccl') 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" - -- cgit v1.2.3