aboutsummaryrefslogtreecommitdiff
path: root/test/idpuncture.par
blob: c6797e7fcc22db251cfd6d18ce6fd1793e0bf6c7 (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
# $Header$

ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase"
ActiveThorns = "PUGH PUGHReduce PUGHSlab"
ActiveThorns = "IOASCII IOBasic IOUtil"
ActiveThorns = "TmunuBase ADMBase StaticConformal"
ActiveThorns = "ADMConstraints ADMCoupling ADMMacros SpaceMask"
ActiveThorns = "IDPuncture TATelliptic TATJacobi TATMG TATPETSc"

Cactus::cctk_itlast		= 0
 
Time::dtfac			= 0.25

Grid::type			= "byrange"
Grid::domain			= "full"
Grid::xmin                      = -4
Grid::xmax                      =  4
Grid::ymin                      = -4
Grid::ymax			=  4
Grid::zmin                      = -4
Grid::zmax			=  4
Driver::global_nx		= 35
Driver::global_ny		= 35
Driver::global_nz		= 35

ADMBase::initial_data		= "puncture"

IDPuncture::verbose		= "yes"

IDPuncture::bhm1		=  1.5
IDPuncture::bhx1		=  1.5
IDPuncture::bhpy1		=  2.0
IDPuncture::bhsy1		=  0.5
IDPuncture::bhsz1		= -0.5

IDPuncture::bhm2		=  1.0
IDPuncture::bhx2		= -1.5
IDPuncture::bhpy2		= -2.0
IDPuncture::bhsx2		= -1.0
IDPuncture::bhsz2		= -1.0

IDPuncture::bound		= "robin"

IDPuncture::solver		= "TATPETSc"

ADMBase::metric_type		= "static conformal"
StaticConformal::conformal_storage = "factor+derivs+2nd derivs"

ADMBase::lapse_evolution_method	= "static"
ADMBase::initial_lapse		= "one"

TATJacobi::verbose		= yes

TATPETSc::verbose		= yes
TATPETsc::options		= "-snes_monitor -get_total_flops"
  
IO::out_dir			= $parfile
IO::out_fileinfo		= "axis labels"

IOBasic::outScalar_every	= 1
IOBasic::outScalar_vars		= "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum idpuncture::u idpuncture::M idpuncture::N"

IOASCII::out1D_every		= 1
IOASCII::out1D_vars		= "staticconformal::psi admbase::metric admbase::curv admconstraints::hamiltonian admconstraints::momentum idpuncture::u idpuncture::M idpuncture::N"