|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <LaplaceHelpers.h>
Public Member Functions | |
| KOKKOS_FUNCTION | meta_poisson (const E &u) |
| template<typename... Idx> | |
| KOKKOS_INLINE_FUNCTION auto | operator() (const Idx... args) const |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
Static Public Attributes | |
| static constexpr unsigned | dim = E::dim |
Private Attributes | |
| const E | u_m |
Definition at line 11 of file LaplaceHelpers.h.
|
inline |
Definition at line 15 of file LaplaceHelpers.h.
References u_m.
|
inline |
Definition at line 19 of file LaplaceHelpers.h.
References ippl::apply(), dim, and u_m.
|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 12 of file LaplaceHelpers.h.
Referenced by operator()().
|
private |
Definition at line 39 of file LaplaceHelpers.h.
Referenced by meta_poisson(), and operator()().