IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::detail::meta_upper_and_lower_laplace< E > Struct Template Reference

#include <LaplaceHelpers.h>

Inheritance diagram for ippl::detail::meta_upper_and_lower_laplace< E >:
Collaboration diagram for ippl::detail::meta_upper_and_lower_laplace< E >:

Public Types

using value_type = typename E::value_type

Public Member Functions

KOKKOS_FUNCTION meta_upper_and_lower_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 vector_type = typename E::Mesh_t::vector_type

Private Attributes

const E u_m
const vector_type hvector_m

Detailed Description

template<typename E>
struct ippl::detail::meta_upper_and_lower_laplace< E >

Definition at line 165 of file LaplaceHelpers.h.

Member Typedef Documentation

◆ value_type

template<typename E>
using ippl::detail::meta_upper_and_lower_laplace< E >::value_type = typename E::value_type

Definition at line 169 of file LaplaceHelpers.h.

◆ vector_type

template<typename E>
using ippl::detail::meta_upper_and_lower_laplace< E >::vector_type = typename E::Mesh_t::vector_type
private

Definition at line 196 of file LaplaceHelpers.h.

Constructor & Destructor Documentation

◆ meta_upper_and_lower_laplace()

template<typename E>
KOKKOS_FUNCTION ippl::detail::meta_upper_and_lower_laplace< E >::meta_upper_and_lower_laplace ( const E & u,
const typename E::Mesh_t::vector_type & hvector )
inline

Definition at line 172 of file LaplaceHelpers.h.

References hvector_m, and u_m.

Member Function Documentation

◆ operator()()

template<typename E>
template<typename... Idx>
KOKKOS_INLINE_FUNCTION auto ippl::detail::meta_upper_and_lower_laplace< E >::operator() ( const Idx... args) const
inline

Definition at line 180 of file LaplaceHelpers.h.

References ippl::apply(), dim, hvector_m, and u_m.

Here is the call graph for this function:

◆ operator[]()

KOKKOS_INLINE_FUNCTION auto ippl::detail::Expression< E, N >::operator[] ( size_t i) const
inlineinherited

Access single element of the expression

Definition at line 32 of file IpplExpressions.h.

Member Data Documentation

◆ dim

template<typename E>
unsigned ippl::detail::meta_upper_and_lower_laplace< E >::dim = E::dim
staticconstexpr

Definition at line 168 of file LaplaceHelpers.h.

Referenced by operator()().

◆ hvector_m

template<typename E>
const vector_type ippl::detail::meta_upper_and_lower_laplace< E >::hvector_m
private

Definition at line 198 of file LaplaceHelpers.h.

Referenced by meta_upper_and_lower_laplace(), and operator()().

◆ u_m

template<typename E>
const E ippl::detail::meta_upper_and_lower_laplace< E >::u_m
private

Definition at line 197 of file LaplaceHelpers.h.

Referenced by meta_upper_and_lower_laplace(), and operator()().


The documentation for this struct was generated from the following file: