aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@4451c3c6-1034-4891-99ea-21147727ccdf>2004-03-09 13:47:31 +0000
committerschnetter <schnetter@4451c3c6-1034-4891-99ea-21147727ccdf>2004-03-09 13:47:31 +0000
commitedc4accfb6a172f82ab3e2dce457f7ff5a127b3d (patch)
tree0510d848abb42e3981da19a550aab265bb9d93a3
parent3eff26a78ff899576687970ae99fba6b7e691d73 (diff)
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/WaveToyF77/trunk@110 4451c3c6-1034-4891-99ea-21147727ccdf
-rw-r--r--interface.ccl1
-rw-r--r--par/wavetoyf77.par2
-rw-r--r--par/wavetoyf77_flat.par2
-rw-r--r--par/wavetoyf77_none.par2
-rw-r--r--par/wavetoyf77_rad.par2
-rw-r--r--src/WaveToy.F774
-rw-r--r--test/test_rad.par2
-rw-r--r--test/test_rob.par2
8 files changed, 6 insertions, 11 deletions
diff --git a/interface.ccl b/interface.ccl
index d3a3e49..9282055 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/wavetoyf77.par b/par/wavetoyf77.par
index 400d499..4eb5a57 100644
--- a/par/wavetoyf77.par
+++ b/par/wavetoyf77.par
@@ -10,7 +10,7 @@
# @enddesc
# @@*/
-ActiveThorns = "pughslab boundary idscalarwave time wavetoyf77 pugh pughreduce CartGrid3D CoordBase ioutil ioascii"
+ActiveThorns = "pughslab boundary idscalarwave time wavetoyf77 pugh pughreduce CartGrid3D CoordBase SymBase ioutil ioascii"
time::dtfac = 0.5
pugh::info = "load"
diff --git a/par/wavetoyf77_flat.par b/par/wavetoyf77_flat.par
index 4b7ebad..3032d27 100644
--- a/par/wavetoyf77_flat.par
+++ b/par/wavetoyf77_flat.par
@@ -10,7 +10,7 @@
# @enddesc
# @@*/
-ActiveThorns = "boundary idscalarwave time wavetoyf77 pugh pughreduce pughslab CartGrid3D CoordBase ioutil ioascii iobasic"
+ActiveThorns = "boundary idscalarwave time wavetoyf77 pugh pughreduce pughslab CartGrid3D CoordBase SymBase ioutil ioascii iobasic"
time::dtfac = 0.5
diff --git a/par/wavetoyf77_none.par b/par/wavetoyf77_none.par
index 36a8dfe..baa9776 100644
--- a/par/wavetoyf77_none.par
+++ b/par/wavetoyf77_none.par
@@ -10,7 +10,7 @@
# @enddesc
# @@*/
-ActiveThorns = "boundary idscalarwave time wavetoyf77 pugh pughreduce pughslab CartGrid3D CoordBase ioutil ioascii iobasic"
+ActiveThorns = "boundary idscalarwave time wavetoyf77 pugh pughreduce pughslab CartGrid3D CoordBase SymBase ioutil ioascii iobasic"
time::dtfac = 0.5
diff --git a/par/wavetoyf77_rad.par b/par/wavetoyf77_rad.par
index f462218..b8c3d7b 100644
--- a/par/wavetoyf77_rad.par
+++ b/par/wavetoyf77_rad.par
@@ -10,7 +10,7 @@
# @enddesc
# @@*/
-ActiveThorns = "boundary iobasic idscalarwave time wavetoyf77 pugh pughslab pughreduce CartGrid3D CoordBase ioutil ioascii"
+ActiveThorns = "boundary iobasic idscalarwave time wavetoyf77 pugh pughslab pughreduce CartGrid3D CoordBase SymBase ioutil ioascii"
time::dtfac = 0.5
diff --git a/src/WaveToy.F77 b/src/WaveToy.F77
index 4254986..b356753 100644
--- a/src/WaveToy.F77
+++ b/src/WaveToy.F77
@@ -115,10 +115,6 @@ c Local declarations
ierr = 0
-c Apply the symmetry boundary conditions on any coordinate axes
-c -------------------------------------------------------------
- call CartSymGN(ierr,cctkGH,"wavetoy::scalarevolve")
-
c Apply the outer boundary conditions
c -----------------------------------
c Note: In each of the following calls to Boundary_SelectVarForBC,
diff --git a/test/test_rad.par b/test/test_rad.par
index aa94234..e99bdc3 100644
--- a/test/test_rad.par
+++ b/test/test_rad.par
@@ -10,7 +10,7 @@
# @enddesc
# @@*/
-ActiveThorns = "boundary iobasic idscalarwave time wavetoyf77 pugh pughslab pughreduce CartGrid3D CoordBase ioutil ioascii"
+ActiveThorns = "boundary iobasic idscalarwave time wavetoyf77 pugh pughslab pughreduce CartGrid3D CoordBase SymBase ioutil ioascii"
time::dtfac = 0.5
diff --git a/test/test_rob.par b/test/test_rob.par
index 0a86642..211e78a 100644
--- a/test/test_rob.par
+++ b/test/test_rob.par
@@ -10,7 +10,7 @@
# @enddesc
# @@*/
-ActiveThorns = "boundary iobasic idscalarwave time wavetoyf77 pugh pughslab pughreduce CartGrid3D CoordBase ioutil ioascii"
+ActiveThorns = "boundary iobasic idscalarwave time wavetoyf77 pugh pughslab pughreduce CartGrid3D CoordBase SymBase ioutil ioascii"
time::dtfac = 0.5