|
IPPL (Independent Parallel Particle Layer)
IPPL
|
Public Types | |
| using | view_type = typename ippl::detail::ViewType<T, 1>::view_type |
| using | value_type = typename T::value_type |
| using | view_type = typename ippl::detail::ViewType<T, 1>::view_type |
| using | value_type = typename T::value_type |
| using | view_type = typename ippl::detail::ViewType<T, 1>::view_type |
| using | value_type = typename T::value_type |
| using | view_type = typename ippl::detail::ViewType<T, 1>::view_type |
Public Member Functions | |
| generate_random (view_type x_, view_type v_, GeneratorPool rand_pool_, value_type &alpha_, T &k_, T &minU_, T &maxU_) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_t i) const |
| generate_random (view_type x_, view_type v_, GeneratorPool rand_pool_, value_type &alpha_, T &k_, T &minU_, T &maxU_) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_t i) const |
| generate_random (view_type x_, view_type v_, GeneratorPool rand_pool_, value_type &alpha_, T &k_, T &minU_, T &maxU_) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_t i) const |
| generate_random (view_type vals_, GeneratorPool rand_pool_, T start_, T end_) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_t i) const |
Public Attributes | |
| view_type | x |
| view_type | v |
| GeneratorPool | rand_pool |
| value_type | alpha |
| T | k |
| T | minU |
| T | maxU |
| view_type | vals |
| T | start |
| T | end |
Definition at line 79 of file LandauDampingMixedExec.cpp.
| using generate_random< T, GeneratorPool, Dim >::value_type = typename T::value_type |
Definition at line 81 of file LandauDampingMixedExec.cpp.
| using generate_random< T, GeneratorPool, Dim >::value_type = typename T::value_type |
Definition at line 84 of file LandauDampingMixedPrecision.cpp.
| using generate_random< T, GeneratorPool, Dim >::value_type = typename T::value_type |
Definition at line 90 of file LandauDampingParameterList.cpp.
| using generate_random< T, GeneratorPool, Dim >::view_type = typename ippl::detail::ViewType<T, 1>::view_type |
Definition at line 80 of file LandauDampingMixedExec.cpp.
| using generate_random< T, GeneratorPool, Dim >::view_type = typename ippl::detail::ViewType<T, 1>::view_type |
Definition at line 83 of file LandauDampingMixedPrecision.cpp.
| using generate_random< T, GeneratorPool, Dim >::view_type = typename ippl::detail::ViewType<T, 1>::view_type |
Definition at line 89 of file LandauDampingParameterList.cpp.
| using generate_random< T, GeneratorPool, Dim >::view_type = typename ippl::detail::ViewType<T, 1>::view_type |
Definition at line 36 of file UniformPlasmaTest.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| value_type generate_random< T, GeneratorPool, Dim >::alpha |
Definition at line 88 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), and operator()().
| T generate_random< T, GeneratorPool, Dim >::end |
Definition at line 43 of file UniformPlasmaTest.cpp.
Referenced by generate_random(), and operator()().
| T generate_random< T, GeneratorPool, Dim >::k |
Definition at line 90 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), and operator()().
| T generate_random< T, GeneratorPool, Dim >::maxU |
Definition at line 90 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), and operator()().
| T generate_random< T, GeneratorPool, Dim >::minU |
Definition at line 90 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), and operator()().
| GeneratorPool generate_random< T, GeneratorPool, Dim >::rand_pool |
Definition at line 86 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), generate_random(), and operator()().
| T generate_random< T, GeneratorPool, Dim >::start |
Definition at line 43 of file UniformPlasmaTest.cpp.
Referenced by generate_random(), and operator()().
| view_type generate_random< T, GeneratorPool, Dim >::v |
Definition at line 83 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), and operator()().
| view_type generate_random< T, GeneratorPool, Dim >::vals |
Definition at line 38 of file UniformPlasmaTest.cpp.
Referenced by generate_random(), and operator()().
| view_type generate_random< T, GeneratorPool, Dim >::x |
Definition at line 83 of file LandauDampingMixedExec.cpp.
Referenced by generate_random(), and operator()().