#include "part.hpp"
Public Member Functions | |
| void | operator() (const int ip) const |
| ParticleParallelFunctor (Kokkos::View< Real ** > pic1_, Kokkos::View< Real ** > pic2_, int npart_, Functor func_) | |
Public Attributes | |
| Functor | func |
| int | npart |
| Kokkos::View< Real ** > | pic1 |
| Kokkos::View< Real ** > | pic2 |
|
inline |
|
inline |
| Functor orb5x::ParticleParallelFunctor< Functor >::func |
Referenced by orb5x::ParticleParallelFunctor< Functor >::operator()().
| int orb5x::ParticleParallelFunctor< Functor >::npart |
Referenced by orb5x::ParticleParallelFunctor< Functor >::operator()().
| Kokkos::View<Real**> orb5x::ParticleParallelFunctor< Functor >::pic1 |
Referenced by orb5x::ParticleParallelFunctor< Functor >::operator()().
| Kokkos::View<Real**> orb5x::ParticleParallelFunctor< Functor >::pic2 |
Referenced by orb5x::ParticleParallelFunctor< Functor >::operator()().