From df43c2c2b399d44bbd284a1b9fdeb018d6e7bbef Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Mon, 18 Sep 2023 08:42:11 -0700 Subject: [PATCH] Change nghost_eb_basic to 5 due to assertion in amrex #3549 --- src/incflo.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/incflo.H b/src/incflo.H index 88c340b2..d08a7b5f 100644 --- a/src/incflo.H +++ b/src/incflo.H @@ -651,7 +651,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 ()