INTERPOLATIONS: Enable positivity fix by default.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
0b6797ede7
commit
0b1da7d42d
@ -126,7 +126,7 @@ module interpolations
|
||||
! flags for reconstruction corrections
|
||||
!
|
||||
logical , save :: mlp = .false.
|
||||
logical , save :: positivity = .false.
|
||||
logical , save :: positivity = .true.
|
||||
logical , save :: clip = .false.
|
||||
|
||||
! interpolation coefficients
|
||||
@ -208,7 +208,7 @@ module interpolations
|
||||
character(len=255) :: plimiter = "mm"
|
||||
character(len=255) :: climiter = "mm"
|
||||
character(len=255) :: mlp_limiting = "off"
|
||||
character(len=255) :: positivity_fix = "off"
|
||||
character(len=255) :: positivity_fix = "on"
|
||||
character(len=255) :: clip_extrema = "off"
|
||||
character(len= 16) :: stmp
|
||||
real(kind=8) :: cfl = 0.5d+00
|
||||
|
Loading…
x
Reference in New Issue
Block a user