XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
get_current_local_pid.hpp
Go to the documentation of this file.
1 #ifndef GET_CURRENT_LOCAL_PID_HPP
2 #define GET_CURRENT_LOCAL_PID_HPP
4 
5 template<class Device>
6 KOKKOS_INLINE_FUNCTION void get_current_local_pid_c(const Species<Device> &species, const Grid<Device> &grid, const DomainDecomposition<Device> &pol_decomp, const MagneticField<Device> &magnetic_field, const Kokkos::View<int*,Kokkos::LayoutRight,Device>& current_pid, int);
7 
8 template<class Device>
9 KOKKOS_INLINE_FUNCTION void get_current_field_id_c(const Species<Device> &species, const Grid<Device> &grid, const DomainDecomposition<Device> &pol_decomp, const MagneticField<Device> &magnetic_field, const Kokkos::View<int*,Kokkos::LayoutRight,Device>& current_field_id, int);
10 
12 #endif
Definition: magnetic_field.hpp:12
Definition: grid.hpp:67
KOKKOS_INLINE_FUNCTION void get_current_field_id_c(const Species< Device > &species, const Grid< Device > &grid, const DomainDecomposition< Device > &pol_decomp, const MagneticField< Device > &magnetic_field, const Kokkos::View< int *, Kokkos::LayoutRight, Device > &current_field_id, int)
Definition: get_current_local_pid.tpp:85
Definition: magnetic_field.F90:1
Definition: domain_decomposition.hpp:13
Definition: species.hpp:75
KOKKOS_INLINE_FUNCTION void get_current_local_pid_c(const Species< Device > &species, const Grid< Device > &grid, const DomainDecomposition< Device > &pol_decomp, const MagneticField< Device > &magnetic_field, const Kokkos::View< int *, Kokkos::LayoutRight, Device > &current_pid, int)
Definition: get_current_local_pid.tpp:12