Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Aug 14, 2024
1 parent 2f3feb1 commit eb97cac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/AmrCore/AMReX_AmrMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ AmrMesh::ChopGrids (int lev, BoxArray& ba, int target_size) const
} else {
IntVect bf(1);
bf[idim] = rr;
// Note that only idim-direction will be chopped by
// minmaxSize because the sizes in other directions
// are already smaller than chunk.
ba.minmaxSize(bf, chunk);
}
break;
Expand Down

0 comments on commit eb97cac

Please sign in to comment.