|
OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
|
#include <LaplaceHelpers.h>


Public Types | |
| using | value_type = typename E::value_type |
Public Member Functions | |
| KOKKOS_FUNCTION | meta_upper_laplace (const E &u, const typename E::Mesh_t::vector_type &hvector, unsigned nghosts, const typename E::Layout_t::NDIndex_t &ldom, const typename E::Layout_t::NDIndex_t &domain) |
| 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 | Layout_t = typename E::Layout_t |
| using | vector_type = typename Mesh_t::vector_type |
| using | domain_type = typename Layout_t::NDIndex_t |
Private Attributes | |
| const E | u_m |
| const vector_type | hvector_m |
| const unsigned | nghosts_m |
| const domain_type | ldom_m |
| const domain_type | domain_m |
Definition at line 104 of file LaplaceHelpers.h.
|
private |
Definition at line 156 of file LaplaceHelpers.h.
|
private |
Definition at line 154 of file LaplaceHelpers.h.
|
private |
Definition at line 153 of file LaplaceHelpers.h.
| using ippl::detail::meta_upper_laplace< E >::value_type = typename E::value_type |
Definition at line 110 of file LaplaceHelpers.h.
|
private |
Definition at line 155 of file LaplaceHelpers.h.
|
inline |
Definition at line 113 of file LaplaceHelpers.h.
|
inline |
Definition at line 126 of file LaplaceHelpers.h.
References ippl::apply(), ippl::detail::meta_upper_laplace< E >::dim, ippl::detail::meta_upper_laplace< E >::domain_m, ippl::detail::meta_upper_laplace< E >::hvector_m, ippl::detail::meta_upper_laplace< E >::ldom_m, ippl::detail::meta_upper_laplace< E >::nghosts_m, and ippl::detail::meta_upper_laplace< E >::u_m.

|
inlineinherited |
Access single element of the expression
Definition at line 32 of file IpplExpressions.h.
|
staticconstexpr |
Definition at line 109 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_upper_laplace< E >::operator()().
|
private |
Definition at line 161 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_upper_laplace< E >::operator()().
|
private |
Definition at line 158 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_upper_laplace< E >::operator()().
|
private |
Definition at line 160 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_upper_laplace< E >::operator()().
|
private |
Definition at line 159 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_upper_laplace< E >::operator()().
|
private |
Definition at line 157 of file LaplaceHelpers.h.
Referenced by ippl::detail::meta_upper_laplace< E >::operator()().