aboutsummaryrefslogtreecommitdiff
path: root/test/ConstraintViolate.par
blob: 42b642830d9d11481a6b2b43eee8201ebff226cc (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
!DESC "Constraint violating Gaussian initial data"

ActiveThorns = "SpaceMask Boundary ADMBase ADM ADMMacros ADMCoupling ADMConstraints CoordGauge StaticConformal CartGrid3D CoordBase SymBase IOBasic IOUtil IOASCII IDConstraintViolate Pugh PughReduce PughSlab Time LocalReduce"
 
#------------------------------------------------------------------------------

driver::global_nsize       = 10

cactus::cctk_itlast        = 10

IO::out_fileinfo         = "none"
IO::parfile_write        = "no"
IOBasic::outInfo_vars      = "admbase::alp admbase::gxx"
IOBasic::outInfo_every     = 1
IOASCII::out1D_vars        = "admbase::alp admbase::gxx admconstraints::ham admconstraints::momentum"
IOASCII::out1D_every       = 1 

#------------------------------------------------------------------------------

IO::out_dir                      = "ConstraintViolate"
IO::new_filename_scheme          = "no"

grid::type                       = "box"

time::dtfac                      = 0.25 
 
admbase::metric_type             = "physical"
admbase::initial_data            = "constraint violating gaussian"  
admbase::evolution_method        = "ADM"     
admbase::lapse_evolution_method  = "1+log"
admbase::initial_lapse	         = "one"

adm::bound                       = "static"      
adm::method                      = "stagleap"

#------------------------------------------------------------------------------