Skip to content

Commit

Permalink
Merge pull request #307 from LLNL/bugfix/dem
Browse files Browse the repository at this point in the history
DEM composite particle bugfix
  • Loading branch information
jmpearl authored Oct 9, 2024
2 parents 8f84b7e + d2c357e commit 22c5853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DEM/DEMBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ initializeProblemStartup(DataBase<Dimension>& dataBase) {
boundItr != this->boundaryEnd();
++boundItr){
(*boundItr)->applyFieldListGhostBoundary(particleRadius);
(*boundItr)->applyFieldListGhostBoundary(uniqueIndex);
(*boundItr)->applyFieldListGhostBoundary(particleIndex);
}
for (ConstBoundaryIterator boundaryItr = this->boundaryBegin();
Expand Down

0 comments on commit 22c5853

Please sign in to comment.