From ed3cf91b28bead60b68fa95e0829ab8a7d68b64e Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 29 Mar 2000 07:42:18 +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/WaveToyCXX/trunk@22 50555cc7-fb31-491a-85db-9a2874240742 --- interface.ccl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'interface.ccl') 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" -- cgit v1.2.3