From b3db07014f9603dc7a4e4a6088c5da1a1a35066f Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 9 Mar 2004 13:47:31 +0000 Subject: Do not explicitly apply the symmetry boundary conditions any more. Activate SymBase thorn in all parameter files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@69 50555cc7-fb31-491a-85db-9a2874240742 --- interface.ccl | 1 - par/wavetoycxx_flat.par | 2 +- src/WaveToy.cc | 4 ---- test/test_rad.par | 2 +- 4 files changed, 2 insertions(+), 7 deletions(-) diff --git a/interface.ccl b/interface.ccl index febac91..2341219 100644 --- a/interface.ccl +++ b/interface.ccl @@ -2,7 +2,6 @@ # $Header$ implements: wavetoy -inherits: Grid Boundary USES INCLUDE: Symmetry.h diff --git a/par/wavetoycxx_flat.par b/par/wavetoycxx_flat.par index 877b4ff..ed934dd 100644 --- a/par/wavetoycxx_flat.par +++ b/par/wavetoycxx_flat.par @@ -9,7 +9,7 @@ # @enddesc # @@*/ -ActiveThorns = "boundary idscalarwavecxx iobasic time wavetoycxx pugh pughreduce pughslab CartGrid3D CoordBase ioutil ioascii" +ActiveThorns = "boundary idscalarwavecxx iobasic time wavetoycxx pugh pughreduce pughslab CartGrid3D CoordBase SymBase ioutil ioascii" time::dtfac = 0.5 diff --git a/src/WaveToy.cc b/src/WaveToy.cc index 256bba8..ac1311c 100644 --- a/src/WaveToy.cc +++ b/src/WaveToy.cc @@ -12,8 +12,6 @@ #include "cctk_Parameters.h" #include "cctk_Arguments.h" -#include "Symmetry.h" - static char *rcsid = "$Header$"; CCTK_FILEVERSION (CactusWave_WaveToyCXX_WaveToy_cc); @@ -114,8 +112,6 @@ extern "C" void WaveToyCXX_Boundaries(CCTK_ARGUMENTS) int ierr=-0; - ierr = CartSymGN(cctkGH,"wavetoy::scalarevolve"); - if (CCTK_EQUALS(bound,"flat") || CCTK_EQUALS(bound,"static") || CCTK_EQUALS(bound,"radiation") || CCTK_EQUALS(bound,"robin") || CCTK_EQUALS(bound,"zero") || CCTK_EQUALS(bound,"none")) diff --git a/test/test_rad.par b/test/test_rad.par index 5bd5cef..9acd36a 100644 --- a/test/test_rad.par +++ b/test/test_rad.par @@ -11,7 +11,7 @@ # @enddesc # @@*/ -ActiveThorns = "iobasic idscalarwavecxx time wavetoycxx pugh pughslab pughreduce CartGrid3D CoordBase boundary ioutil ioascii" +ActiveThorns = "iobasic idscalarwavecxx time wavetoycxx pugh pughslab pughreduce CartGrid3D CoordBase SymBase boundary ioutil ioascii" time::dtfac = 0.5 -- cgit v1.2.3