XGCa
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
XGC_core
cpp
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
(
Grid<DeviceType>
&grid,
const
MagneticField<DeviceType>
&
magnetic_field
,
int
n_monte_carlo,
bool
calculate_node_vol_nearest,
bool
node_vol_monte);
sml.hpp
MagneticField
Definition:
magnetic_field.hpp:9
Grid< DeviceType >
grid.hpp
magnetic_field.hpp
magnetic_field
Definition:
magnetic_field.F90:1
get_volume
subroutine get_volume(grid, psn, spall)
Definition:
load.F90:707
globals.hpp
get_node_volume
void get_node_volume(Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, int n_monte_carlo, bool calculate_node_vol_nearest, bool node_vol_monte)
Definition:
get_volume.cpp:494
Generated by
1.8.5