INTERPOLATIONS: OCMP7 method requires 6 ghost cells.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
16a7842fc0
commit
0b6797ede7
@ -386,7 +386,7 @@ module interpolations
|
||||
interfaces => interfaces_dir
|
||||
reconstruct_states => reconstruct_ocmp7
|
||||
order = 7
|
||||
nghosts = max(nghosts, 4)
|
||||
nghosts = max(nghosts, 6)
|
||||
case ("ocmp9", "OCMP9")
|
||||
name_rec = "9th order Optimized Compact Monotonicity Preserving"
|
||||
interfaces => interfaces_dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user