|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplExpressions.h>
Public Member Functions | |
| template<typename... Args> | |
| KOKKOS_INLINE_FUNCTION auto | operator() (Args... args) const |
Public Attributes | |
| char | buffer [N] |
Static Public Attributes | |
| static constexpr unsigned | dim = E::dim |
This expression is only used to allocate enough memory for the kernel on the device. It is instantiated in the assignment operator of the BareField class.
Definition at line 44 of file IpplExpressions.h.
|
inline |
Definition at line 48 of file IpplExpressions.h.
References dim.
| char ippl::detail::CapturedExpression< E, N >::buffer[N] |
Definition at line 53 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 45 of file IpplExpressions.h.
Referenced by operator()().