Sam Reeve
Sam Reeve
Add new example. Use a new directory to differentiate between the tutorial for individual components TODO: add a link in the wiki somewhere (proxy app page?)
Cajita was deprecated in #680. All users are encouraged to transition to using the new namespace, `Cabana::Grid::` (replacing `Cajita`), and linking to the new library targets, `Cabana::Grid` (replacing `Cabana::Cajita`) and...
Related to #692 Pass a second init tag (so far just `InitRandom`) to create velocities. Version for `ParticleList` and for `Slice`, both fused with the particle creation kernel Needs more...
New examples: - [x] I/O (HDF5 and Silo output) - [ ] Particle lists - [ ] Particle init Update examples: - [ ] Gather/Migrate Update wiki: - [x] HDF5...
Follow on to #617. Convert `DefaultHostExecutionSpace` to `DefaultExecutionSpace` and add mirrors as needed to ensure legal memory access. Consider keeping some/all of the data structure examples fully on the host...
Add simple, full app examples in repo, either in `examples/` or a new directory Molecular dynamics - Needs #609 - Needs particle-grid halo update Finite difference (Cajita only) - @colemanjs
Remove the requirement for slices only in algorithms and ensure direct Views work. Some cases should just require wrappers and updated `enable_if`, others new overloads - [x] #662 - [x]...