core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::interp Namespace Reference

Namespaces

namespace  detail
 

Classes

struct  GridMap
 

Functions

template<class PosView , class FieldView , class OutView >
void trilinearGather (int nParticles, PosView pos, FieldView field, OutView out, GridMap m)
 
template<class PosView , class QView , class FieldView >
void trilinearScatterAtomic (int nParticles, PosView pos, QView q, FieldView field, GridMap m)
 

Function Documentation

◆ trilinearGather()

◆ trilinearScatterAtomic()