the-nuclear-confectionery / CCAKE

Conserved ChArges HydrodynamiK Evolution
https://the-nuclear-confectionery.github.io/ccake-site/
Other
2 stars 1 forks source link

Compute the conservation_energy in parallel #11

Open willian-m opened 1 year ago

willian-m commented 1 year ago

The function SystemState::conservation_energy needs to be rewritten to use the cabana particle data structure and cabana parallel for abstraction.

It may be the case to look if Cabana and/or kokkos has a "parallel reduce" for this.