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
Domain.calculateComputationDomainGrids() sets _boundaryLayer.grid[i][j][k] = checkDilationRadius(i, j, k);, which in turn uses cyclicIndex() to wrap around cyclic boundaries. There is currently no mechanism to check that the xy and xz boundaries are in fact cyclic, so it is simply assumed that this is the case.
The text was updated successfully, but these errors were encountered:
Domain.calculateComputationDomainGrids()
sets_boundaryLayer.grid[i][j][k] = checkDilationRadius(i, j, k);
, which in turn usescyclicIndex()
to wrap around cyclic boundaries. There is currently no mechanism to check that the xy and xz boundaries are in fact cyclic, so it is simply assumed that this is the case.The text was updated successfully, but these errors were encountered: