aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authortradke <schnetter@cct.lsu.edu>2004-12-01 11:30:00 +0000
committertradke <schnetter@cct.lsu.edu>2004-12-01 11:30:00 +0000
commitb6b3d63338e6cda644f32c18e0b73812fd48f70f (patch)
tree36883d8e4f5d88d89d7178e99a4bb318f6f89884 /Carpet
parent95e5f55cd9ab8394653ffc80285bb3f9f405fdc2 (diff)
CarpetIOHDF5: added example parfile with manual regridding
darcs-hash:20041201113013-3fd61-65a0913250d5c7d2c223f8579a1109d2063bc293.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par59
1 files changed, 59 insertions, 0 deletions
diff --git a/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par b/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par
new file mode 100644
index 000000000..fe849a229
--- /dev/null
+++ b/Carpet/CarpetIOHDF5/par/CarpetWaveToy-TwoComponents.par
@@ -0,0 +1,59 @@
+# /*@@
+# @file CarpetWaveToy-TwoComponents.par
+# @date Wednesday 1 December 2005
+# @author Thomas Radke
+# @desc
+# WaveToy parameter file demonstrating manual Carpet regridding
+# on a WaveBinarySource example
+# @enddesc
+# @@*/
+
+ActiveThorns = "Boundary Time CartGrid3D CoordBase SymBase"
+ActiveThorns = "IOUtil IOBasic"
+ActiveThorns = "Carpet CarpetLib CarpetRegrid CarpetReduce CarpetSlab"
+ActiveThorns = "CarpetIOHDF5"
+ActiveThorns = "IDScalarWaveC WaveToyC WaveBinarySource"
+
+####################
+# Driver parameters
+####################
+Driver::global_nsize = 40
+
+Carpet::max_refinement_levels = 4
+CarpetRegrid::refinement_levels = 4
+CarpetRegrid::refined_regions = "manual-gridpoint-list"
+CarpetRegrid::gridpoints = "[
+ [ ([ 60, 60, 60]:[260,260,260]:[4,4,4]) ],
+ [ ([ 80,110, 80]:[150,210,160]:[2,2,2]),
+ ([170,110, 80]:[240,210,160]:[2,2,2]) ],
+ [ ([ 90,135,100]:[140,185,140]:[1,1,1]),
+ ([180,135,100]:[230,185,140]:[1,1,1]) ]
+ ]"
+
+#########################
+# Application parameters
+#########################
+Cactus::cctk_itlast = 80
+
+Grid::type = "BySpacing"
+Grid::domain = "full"
+Grid::dxyz = 0.005
+
+Time::dtfac = 0.5
+
+WaveToy::bound = "radiation"
+
+WaveBinarySource::binary_omega = 26
+WaveBinarySource::binary_charge = 0.00001
+WaveBinarySource::binary_radius = 0.07
+WaveBinarySource::binary_size = 0.04
+
+####################
+# output parameters
+####################
+IO::out_every = 1
+IO::out_dir = "scratch"
+IO::parfile_write = "no"
+
+IOBasic::outInfo_vars = "wavetoy::phi"
+IOHDF5::out3D_vars = "wavetoy::phi"