aboutsummaryrefslogtreecommitdiff
path: root/test/test_AHF_2.par
blob: 332d8fc18997fdbf9b2c673dd11710e04c3893c3 (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
!DESC "AHFinder on schwarzschild BH, mass=2, flow using the default interpolation operator"

# Active thorns.

ActiveThorns = "Time CartGrid3D CoordBase SymBase AdmBase StaticConformal SpaceMask CoordGauge ADMMacros Boundary ADM IDAnalyticBH IOUtil PUGH PUGHSlab PUGHReduce LocalInterp PUGHInterp AHFinder LocalReduce"

# 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 = 0

# conformal state

ADMBase::metric_type = "static conformal"

# Initial data.

ADMBase::initial_data = "schwarzschild"

IDAnalyticBH::mass = 2.0

# Evolution.

ADMBase::evolution_method = "ADM"

adm::bound   = "flat"
adm::verbose = "yes"

# Gauge.

ADMBase::initial_lapse = "one"
ADMBase::lapse_evolution_method = "geodesic"

# AHFinder.

AHFinder::ahf_active   = "yes"
AHFinder::ahf_flow     = "yes"
AHFinder::ahf_gaussout = "yes"

AHFinder::ahf_phi    = "no"
AHFinder::ahf_octant = "high"

AHFinder::ahf_lmax   = 0

# Interpolation.

AHFinder::interpolation_order = 1

# Output.

IO::out_dir   = "test_AHF_2"
IO::out_every = 1

# do not use the new scheme for names of output files
IO::new_filename_scheme = "no"