openmc
openmc.model
openmc.examples
openmc.deplete
openmc.mgxs
openmc.stats
openmc.data
openmc.lib
openmc.openmoc_compatible
Return a Legendre series object based on expansion coefficients.
Given a list of coefficients from FET tally and a array of down, return the numpy Legendre object.
coef (Iterable of float) – A list of coefficients of each term in Legendre polynomials
domain ((2,) List of float) – Domain of the Legendre polynomial
A numpy Legendre series class
numpy.polynomial.Legendre