Merge branch 'master' into reconnection
This commit is contained in:
commit
072413a546
@ -126,7 +126,7 @@ module interpolations
|
|||||||
! flags for reconstruction corrections
|
! flags for reconstruction corrections
|
||||||
!
|
!
|
||||||
logical , save :: mlp = .false.
|
logical , save :: mlp = .false.
|
||||||
logical , save :: positivity = .false.
|
logical , save :: positivity = .true.
|
||||||
logical , save :: clip = .false.
|
logical , save :: clip = .false.
|
||||||
|
|
||||||
! interpolation coefficients
|
! interpolation coefficients
|
||||||
@ -208,7 +208,7 @@ module interpolations
|
|||||||
character(len=255) :: plimiter = "mm"
|
character(len=255) :: plimiter = "mm"
|
||||||
character(len=255) :: climiter = "mm"
|
character(len=255) :: climiter = "mm"
|
||||||
character(len=255) :: mlp_limiting = "off"
|
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=255) :: clip_extrema = "off"
|
||||||
character(len= 16) :: stmp
|
character(len= 16) :: stmp
|
||||||
real(kind=8) :: cfl = 0.5d+00
|
real(kind=8) :: cfl = 0.5d+00
|
||||||
|
Loading…
x
Reference in New Issue
Block a user