Skip to content

Commit

Permalink
particleGridMigrate -> particleMigrate (Update to latest Cabana)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshadepu authored and streeve committed Nov 4, 2024
1 parent c53e4c9 commit 9bf44bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
uses: actions/[email protected]
with:
repository: ECP-copa/Cabana
ref: 0.6.1
# Post 0.7.0
ref: facdb9097b68b733626911d1935a946f467cf143
path: Cabana
- name: Build Cabana
working-directory: Cabana
Expand Down
4 changes: 2 additions & 2 deletions src/ExaMPM_ProblemManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ class ProblemManager
void communicateParticles( const int minimum_halo_width )
{
auto positions = get( Location::Particle(), Field::Position() );
Cabana::Grid::particleGridMigrate( *( _mesh->localGrid() ), positions,
_particles, minimum_halo_width );
Cabana::Grid::particleMigrate( *( _mesh->localGrid() ), positions,
_particles, minimum_halo_width );
}

private:
Expand Down

0 comments on commit 9bf44bf

Please sign in to comment.