aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/test/test_BSSN_MoL_Carpet.par
blob: 3d904ab156b6cf27651f2f200f0decd01e37b351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
!DESC "1+log sliced black hole, ADM_BSSN, Iterative CN, Carpet with 2 levels"

# Required thorns

ActiveThorns = "CoordBase SymBase time carpet carpetlib carpetregrid carpetreduce carpetslab boundary cartgrid3d bssn_mol mol nanchecker idanalyticbh carpetioascii ioutil carpetiobasic carpetioscalar admcoupling admbase admmacros coordgauge spacemask staticconformal"

# Grid

driver::global_nx = 21
driver::global_ny = 21
driver::global_nz = 21

driver::ghost_size_x = 2
driver::ghost_size_y = 2
driver::ghost_size_z = 2

CartGrid3D::avoid_origin = no

Carpet::max_refinement_levels = 3
Carpet::prolongation_order_space = 3
Carpet::prolongation_order_time = 2

Carpet::init_each_timelevel = yes
Carpet::buffer_width = 1

CarpetRegrid::refinement_levels = 2
CarpetRegrid::regrid_every = 0

Grid::type   = "byspacing"
Grid::dxyz   = 0.2
Grid::domain = "octant"

cactus::cctk_initial_time = 0.0
cactus::cctk_itlast       = 20
 
time::dtfac = 0.25

# Initial data 

admbase::metric_type = "static conformal"
admbase::initial_data = "schwarzschild"

# Evolution

admbase::evolution_method = "adm_bssn" 

MoL::ODE_Method = "ICN"
MoL::MoL_Intermediate_Steps = 3

adm_bssn::bound = "flat"

# Gauge

admbase::lapse_evolution_method = "1+log"

# Output

IO::out_dir       = $parfile
IO::out_fileinfo  = "none"
IO::parfile_write = "no"

IOBasic::outInfo_every = 1
IOBasic::outInfo_vars  = "admbase::gxx"

IOScalar::outScalar_every      = 8
IOScalar::outScalar_reductions = "average count maximum minimum norm1 norm2 norm_inf"
IOScalar::outScalar_vars       = "adm_bssn::adm_bs_gxx adm_bssn::adm_bs_Axx adm_bssn::adm_bs_phi adm_bssn::adm_bs_k adm_bssn::adm_bs_Gx admbase::gxx admbase::kxx admbase::alp"

##################################################################