|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplOperations.h>
Public Types | |
| using | value_type = typename E::value_type |
Public Member Functions | |
| KOKKOS_FUNCTION | meta_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 | Mesh_t = typename E::Mesh_t |
| using | vector_type = typename Mesh_t::vector_type |
Private Attributes | |
| const E | u_m |
| const vector_type | hvector_m |
Meta function of Laplacian
Definition at line 415 of file IpplOperations.h.
|
private |
Definition at line 457 of file IpplOperations.h.
| using ippl::detail::meta_laplace< E >::value_type = typename E::value_type |
Definition at line 419 of file IpplOperations.h.
|
private |
Definition at line 458 of file IpplOperations.h.
|
inline |
Definition at line 422 of file IpplOperations.h.
|
inline |
Definition at line 430 of file IpplOperations.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 418 of file IpplOperations.h.
Referenced by operator()().
|
private |
Definition at line 460 of file IpplOperations.h.
Referenced by meta_laplace(), and operator()().
|
private |
Definition at line 459 of file IpplOperations.h.
Referenced by meta_laplace(), and operator()().