aboutsummaryrefslogtreecommitdiff
path: root/par/misner-init.par
blob: c430510a8f953a69327dd38ec92b46bfe03dc6d8 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# This parameter file sets up Misner initial data and finds the
# apparent horizons in it with AHFinderDirect.
#
# Note that the grid is very high-resolution, but small (the outer
# boundaries are very close in).  This isn't a problem for the purposes
# of this test.  This run takes about 213 megabytes of memory on my laptop.

ActiveThorns = "CartGrid3D LocalInterp IOBasic IOUtil IOASCII   PUGH PUGHSlab   ADMBase ADMCoupling CoordGauge StaticConformal IDAnalyticBH   AHFinderDirect"

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

#
# physics
#

ADMBase::initial_data              = "misner_bh"
IDAnalyticBH::mu                   = 2.0

########################################
 
#
# ***** grid *****
#

Driver::global_nx   = 105
Driver::global_ny   = 105
Driver::global_nz   = 80
PUGH::ghost_size    = 2

Grid::domain        = "bitant"
Grid::type          = "byspacing"
Grid::dxyz          = 0.040
Grid::avoid_origin  = "false"

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

#
# numerical methods
#

Cactus::cctk_itlast = 0
ADMBase::metric_type            = "static conformal"
StaticConformal::conformal_storage = "factor+derivs+2nd derivs"
ADMBase::evolution_method       = "none"
ADMBase::initial_lapse          = "Cadez"
ADMBase::lapse_evolution_method = "static"
ADMBase::initial_shift          = "zero"
ADMBase::shift_evolution_method = "static"

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

#
# ***** output *****
#

IOUtil::parfile_write    = "no"
IOUtil::checkpoint_ID    = "yes"
IOUtil::checkpoint_every = -1	# no checkpointing after the initial data

IOBasic::outScalar_every = 1
IOASCII::out1D_every     = 5
IOBasic::outInfo_every   = 1

IO::recover              = "no"
IO::verbose              = "standard"

IOBasic::outScalar_vars	= "ADMAnalysis::grr   ADMAonstraints::momx ADMAonstraints::ham"
IOBasic::outInfo_vars	= " admconstraints::ham ADMBase::alp "
IOASCII::out1D_vars	= " ADMAnalysis::grr   ADMBase::gxx ADMBase::gyy ADMBase::gzz   StaticConformal::psi   ADMConstraints::momx ADMConstraints::ham "

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

#
# AHFinderDirect
#

AHFinderDirect::find_AHs_at_postinitial = "true"
AHFinderDirect::find_AHs_at_poststep    = "false"
AHFinderDirect::print_timing_stats = "true"

AHFinderDirect::h_base_file_name       = "misner.h"

AHFinderDirect::N_horizons = 1
AHFinderDirect::origin_x[1] = 0.0
AHFinderDirect::origin_y[1] = 0.0
AHFinderDirect::origin_z[1] = 1.0

AHFinderDirect::initial_guess_method[1] = "coordinate sphere"
AHFinderDirect::initial_guess__coord_sphere__x_center[1] = 0.0
AHFinderDirect::initial_guess__coord_sphere__y_center[1] = 0.0
AHFinderDirect::initial_guess__coord_sphere__z_center[1] = 1.0
AHFinderDirect::initial_guess__coord_sphere__radius[1] = 0.3