aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorallen <allen@eff87b29-5268-4891-90a3-a07138403961>2000-09-20 10:58:58 +0000
committerallen <allen@eff87b29-5268-4891-90a3-a07138403961>2000-09-20 10:58:58 +0000
commitff5c80e7f3d2d2d3f8ca612488aa229c27bbdd89 (patch)
tree7ae01c14349fe8782c95facb9951f9d365470d89 /par
parent8297f44fc3400c0e6ed380c35db318a18bf89c47 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@3 eff87b29-5268-4891-90a3-a07138403961
Diffstat (limited to 'par')
-rw-r--r--par/jpeg.par46
-rw-r--r--par/jpeg.th15
2 files changed, 61 insertions, 0 deletions
diff --git a/par/jpeg.par b/par/jpeg.par
new file mode 100644
index 0000000..4910108
--- /dev/null
+++ b/par/jpeg.par
@@ -0,0 +1,46 @@
+!DESC "Orbiting binary sources ... example of jpeg IO"
+
+ActiveThorns = "httpd httpd_utils IOJpeg boundary time wavetoyc pugh pughslab cartgrid3d ioutil ioascii iobasic idscalarwavec wavebinarysource "
+
+IOJpeg::out2d_vars = "wavetoy::phi"
+IOJpeg::mode = "remove"
+IOJpeg::out2d_every = 5
+IOJpeg::colormap = "auto"
+IOJpeg::colormap_min = 0.4
+IOJpeg::colormap_max = 1.2
+IOJpeg::colormap_factor = 16
+IOJpeg::out2D_dir = "jpeg/JPEGS"
+
+time::dtfac = 0.25
+
+cactus::cctk_run_title = "WaveToy/httpd Example"
+
+idscalarwave::initial_data= "binarysource"
+
+wavebinarysource::binary_omega = 26
+wavebinarysource::binary_charge = .0001
+wavebinarysource::binary_radius = 0.25
+wavebinarysource::binary_size = 0.1
+
+wavetoy::bound = "radiation"
+
+grid::type = "ByRange"
+grid::domain = "full"
+grid::xyzmin = -1
+grid::xyzmax = 1
+
+driver::global_nx = 70
+driver::global_ny = 70
+driver::global_nz = 70
+
+cactus::cctk_final_time = 50000000
+
+IO::out_every = 0
+IO::outdir = "jpeg"
+
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "wavetoy::phi"
+
+IOascii::out1d_every = 10
+IOascii::out1d_vars = "wavetoy::phi"
+
diff --git a/par/jpeg.th b/par/jpeg.th
new file mode 100644
index 0000000..3681d7d
--- /dev/null
+++ b/par/jpeg.th
@@ -0,0 +1,15 @@
+# arrangement/thorn # implements (inherits) [friend] {shares}
+#
+CactusBase/Boundary # boundary ( ) [ ] { }
+CactusBase/CartGrid3D # grid ( ) [ ] { }
+CactusBase/IOASCII # IOASCII ( ) [ ] { }
+CactusBase/IOBasic # IOBasic (IO) [ ] { }
+CactusBase/IOJpeg # IOJpeg (Hyperslab) [ ] { }
+CactusBase/IOUtil # IO (Cactus) [ ] { }
+CactusBase/Time # time ( ) [ ] { }
+CactusPUGH/PUGH # driver (Cactus) [ ] { }
+CactusPUGH/PUGHSlab # Hyperslab ( ) [ ] { }
+CactusWave/IDScalarWaveC # idscalarwave (wavetoy,grid) [ ] { }
+CactusWave/WaveBinarySource # binarysource (wavetoy,grid,idscalarwave) [ ] { }
+CactusWave/WaveToyC # wavetoy ( ) [ ] { }
+external/jpeg6b # jpeg6b ( ) [ ] { }