|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplOperations.h>
Public Types | |
| using | value_type = typename E::value_type |
Public Member Functions | |
| KOKKOS_FUNCTION | meta_grad (const E &u, const typename E::Mesh_t::vector_type vectors[]) |
| 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 |
| vector_type | vectors_m [dim] |
Meta function of gradient
Definition at line 304 of file IpplOperations.h.
|
private |
Definition at line 349 of file IpplOperations.h.
| using ippl::detail::meta_grad< E >::value_type = typename E::value_type |
Definition at line 309 of file IpplOperations.h.
|
private |
Definition at line 350 of file IpplOperations.h.
|
inline |
Definition at line 312 of file IpplOperations.h.
|
inline |
Definition at line 323 of file IpplOperations.h.
References ippl::apply(), dim, u_m, and vectors_m.
|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 308 of file IpplOperations.h.
Referenced by operator()().
|
private |
Definition at line 351 of file IpplOperations.h.
Referenced by meta_grad(), and operator()().
|
private |
Definition at line 352 of file IpplOperations.h.
Referenced by meta_grad(), and operator()().