core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
particle_grid.hpp File Reference
#include <Kokkos_Core.hpp>

Go to the source code of this file.

Classes

struct  peclet::core::interp::GridMap
 

Namespaces

namespace  peclet
 
namespace  peclet::core
 
namespace  peclet::core::interp
 
namespace  peclet::core::interp::detail
 

Functions

void peclet::core::interp::detail::axisStencil (double p, double origin, double inv, int nInner, int &i0, double &w)
 
template<class PosView , class FieldView , class OutView >
void peclet::core::interp::trilinearGather (int nParticles, PosView pos, FieldView field, OutView out, GridMap m)
 
template<class PosView , class QView , class FieldView >
void peclet::core::interp::trilinearScatterAtomic (int nParticles, PosView pos, QView q, FieldView field, GridMap m)