Respond to @drewejohnson comments on #1371

This commit is contained in:
Paul Romano 2019-10-07 07:40:56 -05:00
parent 5b195b6e9f
commit 1c1fca3d70
2 changed files with 4 additions and 2 deletions

View file

@ -73,7 +73,7 @@ Windowed Multipole Representation
---------------------------------
In addition to the usual pointwise representation of cross sections, OpenMC
offers support for an data format called windowed multipole (WMP). This data
offers support for a data format called windowed multipole (WMP). This data
format requires less memory than pointwise cross sections, and it allows
on-the-fly Doppler broadening to arbitrary temperature.

View file

@ -92,7 +92,9 @@ class IPFCramSolver(DepSystemSolver):
Provides a :meth:`__call__` that utilizes an incomplete
partial factorization (IPF) for the Chebyshev Rational Approximation
Method (CRAM), as described in the following paper: M. Pusa, "`Higher-Order Chebyshev Rational Approximation Method and Application to Burnup Equations <https://doi.org/10.13182/NSE15-26>`_," Nucl. Sci. Eng., 182:3, 297-318.
Method (CRAM), as described in the following paper: M. Pusa, "`Higher-Order
Chebyshev Rational Approximation Method and Application to Burnup Equations
<https://doi.org/10.13182/NSE15-26>`_," Nucl. Sci. Eng., 182:3, 297-318.
Parameters
----------