aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
Diffstat (limited to 'par')
-rw-r--r--par/WaveDemo-Iso.par32
-rw-r--r--par/WaveDemo.par12
2 files changed, 18 insertions, 26 deletions
diff --git a/par/WaveDemo-Iso.par b/par/WaveDemo-Iso.par
index a3ce3c9..7f31fb6 100644
--- a/par/WaveDemo-Iso.par
+++ b/par/WaveDemo-Iso.par
@@ -16,22 +16,18 @@
# These thorns must be compiled
-ActiveThorns = "einstein time adm iobasic ioutil ioascii pugh cartgrid3d boundary idlinearwaves IsoSurfacer NetGeometry http"
+ActiveThorns = "einstein time adm iobasic ioutil ioascii pugh pughreduce pughslab cartgrid3d boundary idlinearwaves IsoSurfacer httpd httpdextra"
#------------------------------------------------------------------------------
-# Number of grid points in each direction
+# Number of grid points in each direction (should be 100)
-driver::global_nsize = 100
+driver::global_nsize = 10
# How many iterations
cactus::cctk_final_time = 4.0
-# Hosts to which remote visualisation is announced
-
-NetGeometry::amira_announce = ""
-
# What to output and when
iobasic::outinfo_every = 10
@@ -45,20 +41,16 @@ ioascii::out1d_vars = "einstein::grr einstein::alp"
#
#------------------------------------------------------------------------------
-# IsoSurfacer parameters:
-# - the variable to compute the isosurface from
-# - the isosurface level
-# - the output format
-# - frequency , first iteration, resolution of output, uniq_vertices flag
-IsoSurfacer::isosurfacer = "{(einstein::grr) (0.999,1.001) (SOCK) (1, 1, 1, 1)}"
+isosurfacer::dataport = 5557
+isosurfacer::controlport = 5558
+isosurfacer::output_format = "SOCK"
+isosurfacer::output_var = "psikadelia::psi0re"
+isosurfacer::isovalue = 0.5
+isosurfacer::output_frequency = 1
-IsoSurfacer::allow_empty_sends = "yes"
+httpd::port = 7050
-http::port = 7050
-
-NetGeometry::port = 7051
-NetGeometry::tcpwindowsize = 1048576
#------------------------------------------------------------------------------
#
@@ -78,14 +70,14 @@ einstein::evolution_system = "ADM"
adm::method = "stagleap"
adm::bound = "radiative"
adm::harmonic_f = 2
-cd
+
einstein::slicing = "1+log"
einstein::initial_data = "teukwaves"
idlinearwaves::mvalue = 2
idlinearwaves::parity = "even"
idlinearwaves::packet = "eppley"
-idlinearwaves::wavesgoing = "inout"
+idlinearwaves::wavesgoing = "both"
idlinearwaves::wavecenter = 0.
idlinearwaves::wavelength = 2.
diff --git a/par/WaveDemo.par b/par/WaveDemo.par
index 855a070..8102695 100644
--- a/par/WaveDemo.par
+++ b/par/WaveDemo.par
@@ -16,13 +16,13 @@
# These thorns must be compiled
-ActiveThorns = "einstein time adm iobasic ioutil ioascii pugh cartgrid3d boundary idlinearwaves"
+ActiveThorns = "einstein time adm iobasic ioutil ioascii pugh pughslab pughreduce cartgrid3d boundary idlinearwaves"
#------------------------------------------------------------------------------
-# Number of grid points in each direction
+# Number of grid points in each direction (should be 100)
-driver::global_nsize = 100
+driver::global_nsize = 10
# How many iterations
@@ -33,7 +33,7 @@ cactus::cctk_final_time = 4.0
iobasic::outinfo_every = 10
iobasic::outinfo_vars = "einstein::grr"
ioascii::out1d_every = 10
-ioascii::out1d_vars = "einstein::grr einstein::alp"
+ioascii::out1d_vars ="einstein::grr einstein::alp"
#------------------------------------------------------------------------------
#
@@ -53,14 +53,14 @@ einstein::evolution_system = "ADM"
adm::method = "stagleap"
adm::bound = "radiative"
adm::harmonic_f = 2
-cd
+
einstein::slicing = "1+log"
einstein::initial_data = "teukwaves"
idlinearwaves::mvalue = 2
idlinearwaves::parity = "even"
idlinearwaves::packet = "eppley"
-idlinearwaves::wavesgoing = "inout"
+idlinearwaves::wavesgoing = "both"
idlinearwaves::wavecenter = 0.
idlinearwaves::wavelength = 2.