-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathctparam
56 lines (50 loc) · 1.61 KB
/
ctparam
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
[ct]
#last element has to be 1 -> specify species with special field
#dimension of problem
dim = 6
#minimum and maximum level of combination technique
# same order as in selalib: x1 x2 x3 v1 v2 v3
lmin = 3 3 3 3 3 3
lmax = 6 6 6 6 6 6
#levelvector at which 2 final outputs are evaluated (with potential interpolation)
leval2 = 2 2 2 2 2 2
leval = 4 4 4 4 4 4
#indicates number of processors per dimension in domain decomposition
#this is the same for each process group
# same order as in selalib: x1 x2 x3 v1 v2 v3
p = 1 1 1 2 2 2
#number of combination steps
ncombi = 3
#indicates the file name of the 2 plot files
fg_file_path = plot.dat
fg_file_path2 = plot2.dat
#indicates which dimensions have boundary points
boundary = 1 1 1 1 1 1
#indicates which dimensions will be hierarchized
hierarchization_dims = 1 1 1 1 1 1
#possibility to reduce the level of the sparse grid for the combination step
reduceCombinationDimsLmin = 0 0 0 0 0 0
reduceCombinationDimsLmax = 1 1 1 1 1 1
basis = fullweighting_periodic
[application]
#timestep size
dt = 0.01
#number of timesteps between combinations
nsteps = 1
#whether we want to have a "diagnostics task" that interpolates the ct solution on leval
# to get the physical outputs through selalib diagnostics
haveDiagnosticsTask = 0
# the prefix for selalib diagnostic output files
name_diagnostics = vp_B2_3d3v
#physical parameters
# TODO add selalib parameters
# whether we want to restart the same scheme from checkpoints
checkpoint_restart = 0
[preproc]
#name of instance folders
basename = seladisco
[manager]
#number of mpi ranks in each group
nprocs = 8
#number of process groups
ngroup = 1