!DESC "1+log sliced 2 BL black holes, ADM, stag leapfrog" # $Header$ ActiveThorns = "admcoupling admmacros staticconformal coordgauge admbase Time PsiKadelia CartGrid3D CoordBase SymBase PUGH PUGHSlab PUGHReduce PUGHInterp LocalInterp LocalReduce ADM IDanalyticBH IOUtil IOBasic IOASCII TimeGeodesic Boundary" ####################################################################### # Affecting run time driver::global_nsize = 40 IOBasic::outInfo_every = 1 IOBasic::outInfo_vars = "admbase::lapse" IOBasic::outScalar_every = 1 IOBasic::outScalar_vars = "admbase::lapse" IOASCII::out1D_every = 1 IOASCII::out1D_vars = "admbase::lapse" ####################################################################### # May need to change cactus::cctk_itlast = 10 grid::xyzmin = -11.0 grid::xyzmax = 11.0 admbase::initial_data = "misner_bh" admbase::metric_type = "Static Conformal" # GEODESICS timegeodesic::out_xgraph = "yes" timegeodesic::num_active = "yes" # Integrate numerical geodesics? timegeodesic::num_test = "yes" # Consistency tests. timegeodesic::findnum_IJ = "yes" # 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::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 admbase::evolution_method = "adm" admbase::lapse_evolution_method = "1+log" admbase::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" IO::out_dir = "test_misner-geodesics" # disable output of file information (parameter filename, creation date) # because this could cause diffs when running the testsuite IO::out_fileinfo = "none" # do not use the new scheme for names of output files IO::new_filename_scheme = "no"