aboutsummaryrefslogtreecommitdiff
path: root/test/test_legoexcision/test_legoexcision.par
blob: 8a9031fb8736189d40ac7f94c4a62f8accd4d096 (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
!DESC "LegoExcision with AHFinder on schwarzschild BH"

# Active thorns.

activethorns = "LocalInterp Time CartGrid3D Boundary ADMBase CoordGauge SpaceMask ADMMacros ADMCoupling StaticConformal ADM_BSSN IDAnalyticBH IOBasic IOUtil IOASCII PUGH PUGHSlab PUGHreduce PUGHInterp AHFinder LegoExcision"

# Grid.

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

driver::global_nx			= 25
driver::global_ny			= 25
driver::global_nz			= 25

cactus::cctk_itlast			= 5

# Initial data.

admbase::initial_data			= "schwarzschild"
IDAnalyticBH::mass			= 4.0

# Evolution.

admbase::metric_type			= "static conformal"
admbase::evolution_method		= "ADM_BSSN"

# Excision.

spacemask::use_mask			= "yes"

adm_bssn::excise			= "yes"
adm_bssn::excisiontype			= "lego"

ahfinder::ahf_mask			= "weak"

# Gauge.

admbase::initial_lapse			= "one"
admbase::lapse_evolution_method		= "geodesic"

# AHFinder.

ahfinder::ahf_active			= "yes"
ahfinder::ahf_findevery			= 3
ahfinder::ahf_gaussout			= "yes"

ahfinder::ahf_phi			= "no"
ahfinder::ahf_octant			= "high"

ahfinder::ahf_lmax			= 0

# Interpolation.

ahfinder::interpolation_order		= 1

# Output.

IO::new_filename_scheme                 = "no"
IO::out_dir				= "test_legoexcision"

IO::out_every				= 1 
IOASCII::out1D_vars			= "admbase::metric spacemask::emask"