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