XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
get_volume.hpp
Go to the documentation of this file.
1 #include <Kokkos_Random.hpp>
2 #include "globals.hpp"
3 #include "sml.hpp"
4 #include "magnetic_field.hpp"
5 #include "grid.hpp"
6 
7 /* Get volume arrays */
8 double get_volume(const Grid<DeviceType> &grid, const MagneticField<DeviceType> &magnetic_field, int n_monte_carlo, bool calculate_node_vol_nearest);
9 
10 /* Get some other volume arrays */
11 void get_node_volume(const Grid<DeviceType> &grid, const MagneticField<DeviceType> &magnetic_field, bool node_vol_monte, int n_monte_carlo,
12  VolumesAndAreas& volumes_and_areas);
void get_node_volume(const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, bool node_vol_monte, int n_monte_carlo, VolumesAndAreas &volumes_and_areas)
Definition: get_volume.cpp:468
Definition: magnetic_field.hpp:12
Definition: grid.hpp:20
Definition: magnetic_field.F90:1
subroutine get_volume(grid, psn, spall)
Definition: load.F90:806