aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@41e88fdd-2190-4c69-9c84-4659c8cf322e>2008-04-14 15:58:09 +0000
committerschnetter <schnetter@41e88fdd-2190-4c69-9c84-4659c8cf322e>2008-04-14 15:58:09 +0000
commite8edd779d48b2f8d3c2fcf8d7f71df3f71ab1002 (patch)
tree8922b54e7d89617f261e963ad3115e8c349f811f
parent3c28eba758486ea47d250168e6b00bd488ec4978 (diff)
Add example using SOR solver
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@74 41e88fdd-2190-4c69-9c84-4659c8cf322e
-rw-r--r--par/source_sor.par48
1 files changed, 48 insertions, 0 deletions
diff --git a/par/source_sor.par b/par/source_sor.par
new file mode 100644
index 0000000..67c09f5
--- /dev/null
+++ b/par/source_sor.par
@@ -0,0 +1,48 @@
+# wavetoyf77_rad.par - wavetoy evolution with radiation boundaries
+# $Id$
+#
+# /*@@
+# @file wavetoyf77_rad.par
+# @date Sunday 24th July
+# @author Gabrielle Allen
+# @desc
+# Wavetoy parameter file demonstrating radiation boundaries in Octant
+# @enddesc
+# @@*/
+
+ActiveThorns = "ellsor ellpetsc ellbase idscalarwaveelliptic idscalarwave time wavetoyf77 pugh pughreduce pughslab localreduce cartgrid3d coordbase initbase symbase boundary ioutil ioascii iobasic"
+
+time::dtfac = 0.5
+
+idscalarwave::initial_data = "charge"
+idscalarwaveelliptic::output_tmp = "yes"
+idscalarwaveelliptic::radius = 5.5
+idscalarwaveelliptic::charge = 1
+idscalarwaveelliptic::solver = "sor"
+
+wavetoyf77::bound = "radiation"
+
+grid::type = "BySpacing"
+grid::domain = "octant"
+grid::dxyz = 0.3
+
+driver::global_nsize = 20
+
+ellbase::elliptic_verbose="yes"
+IDScalarWaveElliptic::sor_maxit = 10000
+cactus::cctk_itlast = 10
+
+IOBasic::outScalar_every = 2
+IOBasic::outScalar_vars = "wavetoy::phi"
+IOBasic::outScalar_style = "gnuplot"
+
+IOASCII::out1D_every = 2
+IOASCII::out1D_z = "no"
+IOASCII::out1D_y = "no"
+IOASCII::out1D_vars = "wavetoy::phi "
+IOASCII::out1D_style = "gnuplot f(t,x)"
+
+IOBasic::outInfo_every = 10
+IOBasic::outInfo_vars = "wavetoy::phi"
+
+IO::out_dir = $parfile