aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIntegrateTest/test/carpetintegrate-tapered.par
blob: 5556a38332695008614fb4fe137a4aa4dad9fb58 (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
#==============================================================================
# --- Test file for Carpet integration ---
#==============================================================================


#==============================================================================
# Thorn activation
#==============================================================================

ActiveThorns = "time carpet carpetlib carpetregrid2 carpetreduce carpetslab carpetinterp cartgrid3d coordbase initbase symbase boundary carpetiobasic carpetioascii carpetioscalar ioutil carpetintegratetest"

#==============================================================================
# Directories and recovery
#==============================================================================

io::out_fileinfo			=	 "none"
io::out_dir				=	$parfile

#==============================================================================
# Time
#==============================================================================

# cactus::terminate			=	"never"
cactus::cctk_itlast			=	10000

time::dtfac              		= 	0.375             

#==============================================================================
# Grid setup
#==============================================================================

grid::type                    = "coordbase"
grid::domain                  = "bitant"
grid::avoid_origin            = "no"

carpet::domain_from_coordbase = yes
driver::ghost_size            = 3

coordbase::domainsize = minmax
coordbase::xmin = -0.5
coordbase::xmax =  0.5
coordbase::ymin = -0.5
coordbase::ymax =  0.5
coordbase::zmin = -0.0
coordbase::zmax =  0.5

coordbase::spacing = numcells
coordbase::ncells_x = 89
coordbase::ncells_y = 89
coordbase::ncells_z = 45

coordbase::boundary_size_z_lower     = 3
coordbase::boundary_shiftout_z_lower = 1

carpet::use_buffer_zones        = yes
carpet::num_integrator_substeps = 3
carpet::use_tapered_grids       = yes

carpet::max_refinement_levels   = 12

carpetregrid2::num_centres = 1
carpetregrid2::num_levels_1 = 3
carpetregrid2::radius_1[1] = 0.2
carpetregrid2::radius_1[2] = 0.1

#==============================================================================
# Carpet parameters
#==============================================================================

carpet::init_3_timelevels                = 	yes
Carpet::prolongation_order_space	 =	3
Carpet::prolongation_order_time		 =	2

#==============================================================================
# Output: Scalar and 1D
#==============================================================================

iobasic::outinfo_every   		= 	1

carpetioscalar::outscalar_every		=	1

ioascii::out1d_every			=	1
ioascii::out1d_criterion		=	"divisor"

iobasic::outinfo_vars = "carpetreduce::weight carpetintegratetest::integrand"

carpetioscalar::outscalar_vars= "carpetreduce::weight carpetintegratetest::integrand"

ioascii::out1d_vars = "carpetreduce::weight carpetintegratetest::integrand"