Add hermitic enforcer and gradient test
This commit is contained in:
parent
c1924ab758
commit
81d0e70965
10 changed files with 414 additions and 113 deletions
|
@ -1,9 +1,9 @@
|
|||
[system]
|
||||
console_output = borg_log
|
||||
VERBOSE_LEVEL = 2
|
||||
N0 = 32
|
||||
N1 = 32
|
||||
N2 = 32
|
||||
N0 = 8
|
||||
N1 = 8
|
||||
N2 = 8
|
||||
L0 = 500.0
|
||||
L1 = 500.0
|
||||
L2 = 500.0
|
||||
|
@ -42,12 +42,14 @@ mixing = 1
|
|||
|
||||
[model]
|
||||
gravity = lpt
|
||||
velocity = CICModel
|
||||
af = 1.0
|
||||
ai = 0.05
|
||||
nsteps = 20
|
||||
smooth_R = 4
|
||||
bias_epsilon = 1e-7
|
||||
interp_order = 1
|
||||
rsmooth = 1.
|
||||
sig_v = 150.
|
||||
R_lim = none
|
||||
Nint_points = 201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue