mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Added comments explaining reasoning for 2D xtensor xs in photon.h
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
880a0d9402
commit
d80bf7bdb5
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ public:
|
|||
Tabulated1D coherent_anomalous_real_;
|
||||
Tabulated1D coherent_anomalous_imag_;
|
||||
|
||||
// Photoionization and atomic relaxation data
|
||||
// Photoionization and atomic relaxation data. Subshell cross sections are
|
||||
// stored separately to improve memory access pattern when calculating the
|
||||
// total cross section
|
||||
vector<ElectronSubshell> shells_;
|
||||
xt::xtensor<double, 2> cross_sections_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue