INTERPOLATIONS: OCMP7 method requires 6 ghost cells.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2020-11-10 14:54:17 -03:00
parent 16a7842fc0
commit 0b6797ede7

View File

@ -386,7 +386,7 @@ module interpolations
interfaces => interfaces_dir interfaces => interfaces_dir
reconstruct_states => reconstruct_ocmp7 reconstruct_states => reconstruct_ocmp7
order = 7 order = 7
nghosts = max(nghosts, 4) nghosts = max(nghosts, 6)
case ("ocmp9", "OCMP9") case ("ocmp9", "OCMP9")
name_rec = "9th order Optimized Compact Monotonicity Preserving" name_rec = "9th order Optimized Compact Monotonicity Preserving"
interfaces => interfaces_dir interfaces => interfaces_dir