#include "field.hpp"
#include "vertex_list.hpp"
#include "grid.hpp"
Go to the source code of this file.
|
static KOKKOS_INLINE_FUNCTION bool | exclude_node (const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node, const BoundarySettings &s, int i) |
|
VertexList | get_excluded_vertex_list (const MagneticField< DeviceType > &magnetic_field, const Grid< DeviceType > &grid, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node, const BoundarySettings &settings) |
|