|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplOperations.h>
Public Member Functions | |
| KOKKOS_FUNCTION | meta_div (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 divergence
Definition at line 362 of file IpplOperations.h.
|
private |
Definition at line 405 of file IpplOperations.h.
|
private |
Definition at line 406 of file IpplOperations.h.
|
inline |
Definition at line 369 of file IpplOperations.h.
|
inline |
Definition at line 380 of file IpplOperations.h.
References ippl::apply(), dim, ippl::dot(), u_m, and vectors_m.
|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 366 of file IpplOperations.h.
Referenced by operator()().
|
private |
Definition at line 407 of file IpplOperations.h.
Referenced by meta_div(), and operator()().
|
private |
Definition at line 408 of file IpplOperations.h.
Referenced by meta_div(), and operator()().