|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <IpplOperations.h>
Public Member Functions | |
| KOKKOS_FUNCTION | meta_curl (const E &u, const typename E::Mesh_t::vector_type &xvector, const typename E::Mesh_t::vector_type &yvector, const typename E::Mesh_t::vector_type &zvector, const typename E::Mesh_t::vector_type &hvector) |
| KOKKOS_INLINE_FUNCTION auto | operator() (size_t i, size_t j, size_t k) 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 | xvector_m |
| const vector_type | yvector_m |
| const vector_type | zvector_m |
| const vector_type | hvector_m |
Meta function of curl
Definition at line 470 of file IpplOperations.h.
|
private |
Definition at line 502 of file IpplOperations.h.
|
private |
Definition at line 503 of file IpplOperations.h.
|
inline |
|
inline |
|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 473 of file IpplOperations.h.
|
private |
Definition at line 508 of file IpplOperations.h.
Referenced by meta_curl(), and operator()().
|
private |
Definition at line 504 of file IpplOperations.h.
Referenced by meta_curl(), and operator()().
|
private |
Definition at line 505 of file IpplOperations.h.
Referenced by meta_curl(), and operator()().
|
private |
Definition at line 506 of file IpplOperations.h.
Referenced by meta_curl(), and operator()().
|
private |
Definition at line 507 of file IpplOperations.h.
Referenced by meta_curl(), and operator()().