IPPL-framework / ippl

IPPL is a C++ library to develop performance portable code for fully Eulerian, Lagrangian or hybrid Eulerian-Lagrangian methods.
https://ippl-framework.github.io/ippl/
GNU General Public License v3.0
19 stars 20 forks source link

Ippl refactoring #7

Open matt-frey opened 4 years ago

matt-frey commented 4 years ago

Code:

Tests: (GTest: !11)

Documentation:

matt-frey commented 3 years ago

marked the task refactoring particle layouts as completed

matt-frey commented 3 years ago

marked the task remove deprecated functions of ParticleSpatialLayout (see !63) as completed

matt-frey commented 3 years ago

marked the task sending / receiving field data as completed

matt-frey commented 3 years ago

marked the task field halo exchange (see !62) as completed

matt-frey commented 3 years ago

In GitLab by @srikrrish on Dec 1, 2020, 17:39

marked the task add unit test for particle update (see !45) as completed

matt-frey commented 3 years ago

In GitLab by @srikrrish on Dec 6, 2020, 20:48

marked the task collective operations (e.g. reduce) (see !66) as completed

matt-frey commented 3 years ago

marked the task link to HeFFTe (see !69) as completed

matt-frey commented 3 years ago

marked the task add FFT transform interface (see !70) as completed

matt-frey commented 3 years ago

marked the task remove deprecated FFT interface of IPPL 1.0 (see !71) as completed

matt-frey commented 3 years ago

marked the task code cleaning: as completed

matt-frey commented 3 years ago

marked the task cleanup UniformCartesian (see !79) as completed

matt-frey commented 1 year ago

marked the task periodic boundary condition for halo exchange (see !64) as completed

matt-frey commented 1 year ago

marked the task add boost collectives in the communicator class (we do not use Boost anymore) as completed

matt-frey commented 1 year ago

marked the task make HaloCells dimension independent (see !157) as completed

matt-frey commented 1 year ago

In GitLab by @vinciguerra_a on May 3, 2023, 13:16

marked the task add unit tests for fields as completed