|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <LaplaceHelpers.h>
Public Types | |
| using | value_type = typename E::value_type |
Public Member Functions | |
| KOKKOS_FUNCTION | meta_upper_and_lower_laplace (const E &u, const typename E::Mesh_t::vector_type &hvector) |
| 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 Types | |
| using | vector_type = typename E::Mesh_t::vector_type |
Private Attributes | |
| const E | u_m |
| const vector_type | hvector_m |
Definition at line 165 of file LaplaceHelpers.h.
| using ippl::detail::meta_upper_and_lower_laplace< E >::value_type = typename E::value_type |
Definition at line 169 of file LaplaceHelpers.h.
|
private |
Definition at line 196 of file LaplaceHelpers.h.
|
inline |
Definition at line 172 of file LaplaceHelpers.h.
|
inline |
Definition at line 180 of file LaplaceHelpers.h.
References ippl::apply(), dim, hvector_m, and u_m.
|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 168 of file LaplaceHelpers.h.
Referenced by operator()().
|
private |
Definition at line 198 of file LaplaceHelpers.h.
Referenced by meta_upper_and_lower_laplace(), and operator()().
|
private |
Definition at line 197 of file LaplaceHelpers.h.
Referenced by meta_upper_and_lower_laplace(), and operator()().