From 6a44ae90504222bc786b60e9dca590d2d332112b Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Mon, 18 Sep 2023 12:00:05 -0700 Subject: [PATCH] Change nghost_eb_basic to 5 due to assertion in amrex #3549 (#81) --- src/incflo.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/incflo.H b/src/incflo.H index ddbe6dd9..63af0acd 100644 --- a/src/incflo.H +++ b/src/incflo.H @@ -647,7 +647,7 @@ private: #ifdef AMREX_USE_EB [[nodiscard]] static int nghost_eb_basic () - { return 4; } + { return 5; } // We need 5 for doing StateRedistribution; otherwise 4 would be enough [[nodiscard]] static int nghost_eb_volume ()