Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cscjlan committed Oct 17, 2024
1 parent dd7890e commit 4347336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/grid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@ template <typename T, int32_t stencil> class FsGrid {
// ============================
// MPI functions
// ============================

// These functions could be changed to static functions in a namespace that take technical grid and data pointer as
// argument
/*! Perform ghost cell communication.
*/
void updateGhostCells() {
Expand Down

0 comments on commit 4347336

Please sign in to comment.