Skip to content

Commit

Permalink
Change nghost_eb_basic to 5 due to assertion in amrex #3549 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Sep 18, 2023
1 parent 62a3b26 commit 6a44ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/incflo.H
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 6a44ae9

Please sign in to comment.