|
OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
|
#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.
|
inline |
Definition at line 19 of file LaplaceHelpers.h.
References ippl::apply(), ippl::detail::meta_poisson< E >::dim, and ippl::detail::meta_poisson< E >::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 ippl::detail::meta_poisson< E >::operator()().
|
private |
Definition at line 39 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_poisson< E >::operator()().