Go to the source code of this file.
|
| template<typename T_Element, typename F> |
| void | impactx::ParallelFor (int n, F &&f) |
| |
| template<typename T, typename IndexType> |
| AMREX_GPU_DEVICE AMREX_FORCE_INLINE decltype(auto) | impactx::elements::mixin::detail::load_pdata (T *ptr, IndexType const i) |
| |
| template<auto P_Method, int N, typename T, typename IndexType, typename ValType> |
| AMREX_GPU_DEVICE AMREX_FORCE_INLINE void | impactx::elements::mixin::detail::store_pdata (ValType const &AMREX_RESTRICT val, T *const AMREX_RESTRICT ptr, IndexType const i) |
| |
| template<typename T_Element> |
| void | impactx::elements::mixin::detail::push_all_particles (ImpactXParticleContainer::iterator &pti, RefPart &AMREX_RESTRICT ref_part, T_Element &element, bool spin) |
| |