mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #1746 from paulromano/wmp-performance-opt
Performance optimizations for windowed multipole
This commit is contained in:
commit
c262407af5
7 changed files with 122 additions and 111 deletions
|
|
@ -17,13 +17,13 @@ Windowed Multipole Library Format
|
|||
If 1, Doppler broaden curve fit for window with corresponding index.
|
||||
If 0, do not.
|
||||
- **curvefit** (*double[][][]*)
|
||||
Curve fit coefficients. Indexed by (reaction type, coefficient index,
|
||||
window index).
|
||||
Curve fit coefficients. Indexed by (window index, coefficient index,
|
||||
reaction type).
|
||||
- **data** (*complex[][]*)
|
||||
Complex poles and residues. Each pole has a corresponding set of
|
||||
residues. For example, the :math:`i`-th pole and corresponding residues
|
||||
are stored as
|
||||
|
||||
|
||||
.. math::
|
||||
\text{data}[:,i] = [\text{pole},~\text{residue}_1,~\text{residue}_2,
|
||||
~\ldots]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue