# # $Header$ # $Log$ # Revision 1.4 2004/03/09 14:01:17 schnetter # Update parameter files to activate thorn SymBase. # # Revision 1.3 2003/08/22 21:49:48 rideout # CardGrid3D now inherits from CoordBase # # Revision 1.2 2002/05/06 11:52:11 tradke # # Fixed I/O parameter names and added 'IO::new_filename_scheme = "no" to make # the testsuites pass again. # # Revision 1.1 2000/02/10 12:14:53 werner # last recent changes for better viz # # Revision 1.1 2000/01/21 17:12:19 werner # parameter file to show geodesics + Isos, with parameter-specified colors # # Revision 1.2 1999/12/14 13:23:35 werner # Support for timelike downsampling of netgeodesics (out_every). # # Revision 1.1.1.1 1999/11/12 14:13:53 allen # TimeGeodesic # # Revision 1.2 1999/11/11 23:02:47 werner # Using grid mode # # Revision 1.1 1999/11/09 23:37:23 werner # Example parameter file to create remote geodesics. # # Revision 1.1 1999/11/09 17:49:35 werner # Ryoji's Misner BH parameter file and ADM version. # # !DESC "1+log sliced 2 BL black holes, ADM, stag leapfrog" ActiveThorns = "Time LocalReduce iobasic Einstein PsiKadelia CartGrid3D CoordBase SymBase pugh ADM IDanalyticBH IOUtil interp NetGeometry http IsoSurfacer" ####################################################################### # Affecting run time driver::global_nsize = 128 IOBasic::outInfo_vars = "einstein::lapse" IOBasic::outInfo_every = 1 ####################################################################### # May need to change cactus::cctk_itlast = 90 IO::out_dir = "demo_misner" grid::xyzmin = -11.0 grid::xyzmax = 11.0 einstein::initial_data = "misner_bh" # flat space for just testing things #einstein::initial_data = "flat" ####################################################################### ### IsoSurfacer # the isosurfacer parameters: # - the variable to compute the isosurface from # - the isosurface level # - the output format # - frequency , iteration to start with, resolution of output, # and uniq_vertices flag #IsoSurfacer::isosurfacer = "{(einstein::alp) (0.95,0.9,0.8,0.7,0.5) (SOCK) (1, 1, 1, 1)}" #IsoSurfacer::isosurfacer = "{(einstein::alp) (0.5:[0.9/1.0/0.0/0.5]) (SOCK) (4, 1, 1, 1)}" # Colormap information: ^^^ ^^ ^^ ^^ # Transparency -------------------------------------/ \ | / # Red, Green, Blue ------------------------------------------\ # # Transparency: 0.0 opaque, 1.0 invisible # IsoSurfacer::isosurfacer = "{(einstein::alp) (0.5:[0.1/0.0/0.0/1.0]) (SOCK) (4, 1, 1, 1)} \ {(psikadelia::psi0re) (0.0004:[0.96/1.0/1.0/0]) (SOCK) (4, 1, 4, 1)}" #IsoSurfacer::isosurfacer = "{(psikadelia::psi0re) (0.0004:[0.9/1.0/1.0/0]) (SOCK) (1, 1, 1, 1)}" IsoSurfacer::allow_empty_sends="yes" # # HTTP settings # http::port = 7050 http::portrange = 100 # # NetGeometry settings # NetGeometry::port = 7051 NetGeometry::tcpwindowsize = 1048576 # A list of hosts to which announce the remote viz when it starts up. #NetGeometry::amira_announce = "origin.aei-potsdam.mpg.de,lux.aei-potsdam.mpg.de,onyx1.zib.de,grafs29.zib.de" #NetGeometry::amira_announce = "lux.aei-potsdam.mpg.de" #NetGeometry::amira_announce = "grafs29.zib.de" NetGeometry::amira_announce = "onyx1.zib.de" # # INTERP # interp::order = 2 # # GEODESICS # #timegeodesic::num_active = "yes" # Integrate numerical geodesics? #timegeodesic::num_test = "no" # Consistency tests. #timegeodesic::findnum_IJ = "no" # Calculate invariants I and J on geodesics # #timegeodesic::exa_active = "no" # Integrate analytical geodesics? #timegeodesic::findexa_IJ = "no" # Calculate invariants I and J on geodesics # #timegeodesic::geopos = "grid" # Initial position of geodesics #timegeodesic::geodesics = 50 # Total number of geodesics ##timegeodesic::downsample = 5 #timegeodesic::downsample = 8 # #timegeodesic::out_every = 5 ####################################################################### ### Parameters that don't need to be changed grid::domain = "full" grid::type = "byrange" cactus::cctk_initial_time = 0. time::dtfac = 0.25 einstein::evolution_system = "adm" einstein::slicing = "1+log" einstein::initial_lapse = "one" # Number of black holes idanalyticbh::misner_nbh = 2 idanalyticbh::mu = 2.2 adm::harmonic_f = 2.0 adm::bound = "static" adm::method = "stagleap"