An open source method of characteristics neutron transport code.
|
Go to the source code of this file.
Classes | |
struct | sendInfo |
class | CPUSolver |
This a subclass of the Solver class for multi-core CPUs using OpenMP multi-threading. More... | |
Macros | |
#define | track_flux(pe) (track_flux[(pe)]) |
#define | track_out_flux(pe) (track_out_flux[(pe)]) |
#define | track_leakage(pe) (track_leakage[(pe)]) |
The CPUSolver class.
#define track_flux | ( | pe | ) | (track_flux[(pe)]) |
Optimization macro to facilitate SIMD vectorization Indexing macro for the angular fluxes for each polar angle and energy group for either the forward or reverse direction for a given Track
#define track_leakage | ( | pe | ) | (track_leakage[(pe)]) |
Indexing macro for the leakage for each polar angle and energy group for either the forward or reverse direction for a given Track
#define track_out_flux | ( | pe | ) | (track_out_flux[(pe)]) |
Indexing macro for the angular fluxes for each polar angle and energy group for the outgoing reflective track from a given Track