Chi-Tech
|
#include <acceleration.h>
Data Fields | |
std::vector< double > | Dg |
std::vector< double > | sigR |
For both WGDSA and TGDSA use, we define this simplified data structure to hold multigroup diffusion coefficients and removal cross sections only for the relevant groups. E.g., for WGDSA it will only hold the cross sections for the groupset, and for TGDSA there will only be one group (All groups collapsed into 1).
Definition at line 52 of file acceleration.h.
std::vector<double> lbs::acceleration::Multigroup_D_and_sigR::Dg |
Definition at line 54 of file acceleration.h.
std::vector<double> lbs::acceleration::Multigroup_D_and_sigR::sigR |
Definition at line 55 of file acceleration.h.