|
ORB5X 1.0.0
Performance-portable global electromagnetic gyrokinetic PIC code
|
#include "parmove.hpp"
Public Member Functions | |
| CountLeavingMarkersFunctor (Kokkos::View< Real *, Kokkos::LayoutStride > pos_, Kokkos::View< int ** > scount_threads_, Real lsd_inv_, int nsd_, int me_sd_, int np_, int p_nthreads_) | |
| void | operator() (const int thread_id) const |
Public Attributes | |
| Real | lsd_inv |
| int | me_sd |
| int | np |
| int | nsd |
| int | p_nthreads |
| Kokkos::View< Real *, Kokkos::LayoutStride > | pos |
| Kokkos::View< int ** > | scount_threads |
|
inline |
References lsd_inv, me_sd, np, nsd, p_nthreads, pos, and scount_threads.
|
inline |
References lsd_inv, me_sd, np, nsd, p_nthreads, pos, and scount_threads.
| Real orb5x::CountLeavingMarkersFunctor::lsd_inv |
Referenced by CountLeavingMarkersFunctor(), and operator()().
| int orb5x::CountLeavingMarkersFunctor::me_sd |
Referenced by CountLeavingMarkersFunctor(), and operator()().
| int orb5x::CountLeavingMarkersFunctor::np |
Referenced by CountLeavingMarkersFunctor(), and operator()().
| int orb5x::CountLeavingMarkersFunctor::nsd |
Referenced by CountLeavingMarkersFunctor(), and operator()().
| int orb5x::CountLeavingMarkersFunctor::p_nthreads |
Referenced by CountLeavingMarkersFunctor(), and operator()().
| Kokkos::View<Real*, Kokkos::LayoutStride> orb5x::CountLeavingMarkersFunctor::pos |
Referenced by CountLeavingMarkersFunctor(), and operator()().
| Kokkos::View<int**> orb5x::CountLeavingMarkersFunctor::scount_threads |
Referenced by CountLeavingMarkersFunctor(), and operator()().