From 6c00bc667a18f9d1bc07d1e0fde05558ab05dd39 Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 4 Jan 2002 09:43:58 +0000 Subject: Update and testsuite for multi and single processors git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@42 41e88fdd-2190-4c69-9c84-4659c8cf322e --- par/charge.par | 47 ----------------------------------------------- par/source_petsc.par | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ par/test_waveell.par | 48 ------------------------------------------------ 3 files changed, 48 insertions(+), 95 deletions(-) delete mode 100644 par/charge.par create mode 100644 par/source_petsc.par delete mode 100644 par/test_waveell.par (limited to 'par') diff --git a/par/charge.par b/par/charge.par deleted file mode 100644 index b4c1f7e..0000000 --- a/par/charge.par +++ /dev/null @@ -1,47 +0,0 @@ -# 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 = "boundary pughslab ellsor ellbase idscalarwaveelliptic idscalarwave time wavetoyf90 pugh pughreduce cartgrid3d 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" - -wavetoyf90::bound = "radiation" - -grid::type = "BySpacing" -grid::domain = "octant" -grid::dxyz = 0.6 - -driver::global_nsize = 50 - -ellbase::elliptic_verbose="yes" -ellsor::maxit = 1000 -cactus::cctk_itlast = 120 - -IOBasic::outScalar_every = 2 -IOBasic::outScalar_vars = "wavetoy::phi" - -IOASCII::out1D_every = 2 -IOASCII::out1D_z = "no" -IOASCII::out1D_y = "no" -IOASCII::out1D_vars = "wavetoy::phi " - -IOBasic::outInfo_every = 10 -IOBasic::outInfo_vars = "wavetoy::phi" - -IO::outdir = "charge" - diff --git a/par/source_petsc.par b/par/source_petsc.par new file mode 100644 index 0000000..bc260d6 --- /dev/null +++ b/par/source_petsc.par @@ -0,0 +1,48 @@ +# test_waveell.par +# $Id$ +# +# /*@@ +# @file wavetoyf77_rad.par +# @date Sunday 24th July +# @author Gabrielle Allen +# @desc +# Wavetoy parameter file demonstrating radiation boundaries in Octant +# @enddesc +# @@*/ + +ActiveThorns = "boundary pughslab ellpetsc ellbase idscalarwaveelliptic idscalarwave time wavetoyf90 pugh pughreduce cartgrid3d ioutil ioascii iobasic" + +time::dtfac = 0.5 + +idscalarwave::initial_data = "charge" + +idscalarwaveelliptic::output_tmp = "yes" +idscalarwaveelliptic::radius = 5.5 +idscalarwaveelliptic::charge = 1 +idscalarwaveelliptic::solver = "petsc" + +wavetoyf90::bound = "radiation" + +grid::type = "BySpacing" +grid::domain = "full" +grid::dxyz = 0.3 + +driver::global_nsize = 20 + +ellbase::elliptic_verbose="yes" +cactus::cctk_itlast = 10 + +IOBasic::outScalar_every = 2 +IOBasic::outScalar_vars = "wavetoy::phi" + +IOASCII::out1D_every = 2 +IOASCII::out1D_z = "no" +IOASCII::out1D_y = "no" +IOASCII::out1D_vars = "wavetoy::phi " + +IOBasic::outInfo_every = 10 +IOBasic::outInfo_vars = "wavetoy::phi" + +IO::outdir = "test_waveell" +IO::out_fileinfo = "none" + diff --git a/par/test_waveell.par b/par/test_waveell.par deleted file mode 100644 index 3736fe8..0000000 --- a/par/test_waveell.par +++ /dev/null @@ -1,48 +0,0 @@ -# test_waveell.par -# $Id$ -# -# /*@@ -# @file wavetoyf77_rad.par -# @date Sunday 24th July -# @author Gabrielle Allen -# @desc -# Wavetoy parameter file demonstrating radiation boundaries in Octant -# @enddesc -# @@*/ - -ActiveThorns = "boundary pughslab ellsor ellbase idscalarwaveelliptic idscalarwave time wavetoyf90 pugh pughreduce cartgrid3d 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" - -wavetoyf90::bound = "radiation" - -grid::type = "BySpacing" -grid::domain = "octant" -grid::dxyz = 0.6 - -driver::global_nsize = 20 - -ellbase::elliptic_verbose="yes" -ellsor::maxit = 1000 -cactus::cctk_itlast = 10 - -IOBasic::outScalar_every = 2 -IOBasic::outScalar_vars = "wavetoy::phi" - -IOASCII::out1D_every = 2 -IOASCII::out1D_z = "no" -IOASCII::out1D_y = "no" -IOASCII::out1D_vars = "wavetoy::phi " - -IOBasic::outInfo_every = 10 -IOBasic::outInfo_vars = "wavetoy::phi" - -IO::outdir = "test_waveell" -IO::out_fileinfo = "none" - -- cgit v1.2.3