aboutsummaryrefslogtreecommitdiff
path: root/test/test_AHF_1.par
blob: 3364b9c9b84a271035d414526092c7d5a89a9c77 (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
!DESC "black hole (compares to bhole.par in Cac3), AH finding

# $Header$
#
# /*@@
#   @file      test_ADM_4.par
#   @date      Sunday 18 October 1999
#   @author    Gerd Lanfermann
#   @desc
#   ADM test file
#   @enddesc
# @@*/           

# Required thorns
ActiveThorns = "Time pugh cartgrid3d einstein ADM idanalyticbh ioutil iobasic ioascii ahfinder interp"

# GENERAL 

driver::global_nx  =  20     
driver::global_ny  =  20     
driver::global_nz  =  20     

grid::type         =  "byspacing"
grid::dxyz         =  0.8
grid::domain       =  "full"

cactus::cctk_initial_time  =  0.     
cactus::cctk_itlast        =  1

#AHF

# Einstein 

einstein::initial_data     = "schwarzschild"
einstein::evolution_system = "ADM"     
time::dtfac                = 0.25   

adm::method        =  "stagleap"
adm::bound         =  "flat"
einstein::slicing  =  "geodesic"  

#AHF
ahfinder::ah_persists	 = no
ahfinder::ahf_active	 = yes
ahfinder::ahf_findevery  =  2
ahfinder::ahf_veryverbose= yes

ahfinder::ahf_flow	 = yes
ahfinder::ahf_phi	 = no

ahfinder::ahf_refx	 = yes
ahfinder::ahf_refy	 = yes
ahfinder::ahf_refz	 = yes
ahfinder::ahf_offset	 = no

ahfinder::ahf_sloppyguess= yes

ahfinder::ahf_gaussout	 = yes
ahfinder::ahf_logfile    = yes
ahfinder::ahf_areamap    = yes

ahfinder::ahf_ntheta	 = 100
ahfinder::ahf_nphi	 = 100
ahfinder::ahf_nn0	 = 10
ahfinder::ahf_nn2	 = 10
ahfinder::ahf_lmax	 = 6
ahfinder::ahf_tol	 = 0.1

einstein::initial_lapse    = "one"
einstein::slicing	   = "geodesic"
einstein::evolution_system = "ADM"
einstein::initial_data	   = "schwarzschild"


# Output
IOASCII::out1D_every      = 0
IOASCII::out1D_vars       = "einstein::gxx einstein::kxx einstein::alp"
IOBasic::outScalar_every  = 0
IOBasic::outScalar_vars   = "einstein::gxx einstein::kxx einstein::alp"
IOBasic::outInfo_every    = 0
IOBasic::outInfo_vars     = "einstein::gxx einstein::kxx einstein::alp"
IO::outdir                = "test_ADM_4"

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