Skip to content

Commit

Permalink
Add assertion to new FillPatchTwoLevels introduced in #4158
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 19, 2024
1 parent 3734079 commit f843df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/AmrCore/AMReX_FillPatchUtil_I.H
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,7 @@ FillPatchTwoLevels (MF& mf, IntVect const& nghost,
const IntVect& ratio, Interp* mapper,
const Vector<BCRec>& bcs, int bcscomp)
{
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(nghost_outside_domain == 0, "TODO");
PhysBCFunctUseCoarseGhost erfbc(*cmf[0], nghost, nghost_outside_domain, ratio,
mapper);
FillPatchTwoLevels(mf, nghost, time, cmf, ct, fmf, ft, scomp, dcomp, ncomp,
Expand Down

0 comments on commit f843df8

Please sign in to comment.