1 #include <Kokkos_Random.hpp>
7 void get_node_volume(
const DomainDecomposition<DeviceType>& pol_decomp,
const Grid<DeviceType> &grid,
const MagneticField<DeviceType> &
magnetic_field,
const View<int*,CLayout,DeviceType>& num_t_node,
const View<int**,CLayout,DeviceType>& tr_node,
bool node_vol_monte,
int n_monte_carlo,
11 double psi_min,
double psi_max,
int m,
int mtheta,
double inv_dp,
double inv_dtheta,
12 View<double**,CLayout,DeviceType>& vol);
15 View<double*,CLayout,DeviceType>& vol);
void get_node_volume(const DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node, bool node_vol_monte, int n_monte_carlo, VolumesAndAreas &volumes_and_areas)
Definition: get_volume.cpp:485
Definition: magnetic_field.hpp:12
Definition: volumes_and_areas.hpp:14
void monte_carlo_col_vb_vol(const DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, long long int n_monte_carlo, bool use_nonrandom_sampling, double psi_min, double psi_max, int m, int mtheta, double inv_dp, double inv_dtheta, View< double **, CLayout, DeviceType > &vol)
Definition: get_volume.cpp:375
Definition: magnetic_field.F90:1
void monte_carlo_diag_1d_vol(const DomainDecomposition< DeviceType > &pol_decomp, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, long long int n_monte_carlo, bool use_nonrandom_sampling, View< double *, CLayout, DeviceType > &vol)
Definition: get_volume.cpp:358