!DESC "Geodesic sliced black hole with double leapfrog" #Required thorns ActiveThorns = "IDLinearWaves Boundary Time ADMBase staticconformal CartGrid3D CoordBase SymBase pugh pughslab pughreduce evolsimple IOASCII IOUtil iobasic localreduce" # GENERAL admbase::evolution_method = "Simple" driver::global_nx = 20 driver::global_ny = 20 driver::global_nz = 20 grid::type = "byspacing" grid::dxyz = 0.2 grid::domain = "octant" time::dtfac = 0.25 admbase::metric_type = "physical" admbase::initial_data = "teukwaves" admbase::initial_lapse = "one" cactus::cctk_itlast = 10 IO::out_dir = "EvolSimple_Teuk" IO::out_fileinfo = "none" IOBasic::outInfo_every = 1 IOBasic::outInfo_vars = "admbase::gxx admbase::kxx admbase::alp" IOBasic::outScalar_every = 2 IOBasic::outScalar_vars = "admbase::gxx admbase::kxx admbase::alp" IOASCII::out1d_every = 1 IOASCII::out1d_vars = "admbase::gxx admbase::kxx admbase::alp" ################################################################## # do not use the new scheme for names of output files IO::new_filename_scheme = "no"