You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complementIn is used to remove all the valid points from B ox dst_bx_ng. But the function does not take periodic boundaries into account. It's possible to do that. So let's keep this issue open. I will try to implement it. Meanwhile, you could achieve it by calling FillBoundary twice. First with multi_ghost=true and no periodic boundaries, and then with multi_ghost=false and periodic boundaries.
Right now periodicity is not possible if there are two or more ghost nodes (i.e. if
FabArrayBase::m_multi_ghost
is true) - peramrex/Src/Base/AMReX_FabArrayBase.cpp
Line 879 in 930e75e
Is it possible to update
FabArrayBase
to allow for periodicity with multiple layers of ghost nodes?The text was updated successfully, but these errors were encountered: