XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
get_current_node.hpp
Go to the documentation of this file.
1 #ifndef GET_CURRENT_NODE_HPP
2 #define GET_CURRENT_NODE_HPP
3 
4 #include "species.hpp"
5 #include "grid.hpp"
6 #include "magnetic_field.hpp"
7 
8 template<class Device>
9 KOKKOS_INLINE_FUNCTION void get_current_node_c(const Species<Device> &species, const Grid<Device> &grid, const MagneticField<Device> &magnetic_field, const Kokkos::View<int*,Kokkos::LayoutRight,Device>& current_node, int);
10 
11 #include "get_current_node.tpp"
12 #endif
Definition: magnetic_field.hpp:12
KOKKOS_INLINE_FUNCTION void get_current_node_c(const Species< Device > &species, const Grid< Device > &grid, const MagneticField< Device > &magnetic_field, const Kokkos::View< int *, Kokkos::LayoutRight, Device > &current_node, int)
Definition: get_current_node.tpp:11
Definition: grid.hpp:67
Definition: magnetic_field.F90:1
Definition: species.hpp:75