pynucastro.eos.quadrature_weights module

Contents

pynucastro.eos.quadrature_weights module#

Quadrature weights for Gauss-Legendre and Gauss-Laguerre integration computed with 100-digit precision.

Note

This module is automatically generated by the Juputer notebook generate_quadrature_weights.ipynb.

pynucastro.eos.quadrature_weights.x_leg#

The Gauss-Legendre nodes for a 200-point quadrature rule.

Type:

numpy.ndarray

pynucastro.eos.quadrature_weights.w_leg#

The Gauss-Legendre weights for a 200-point quadrature rule.

Type:

numpy.ndarray

pynucastro.eos.quadrature_weights.x_lag#

The Gauss-Laguerre nodes for a 200-point quadrature rule.

Type:

numpy.ndarray

pynucastro.eos.quadrature_weights.w_lag#

The Gauss-Laguerre nodes for a 200-point quadrature rule. These include the exp(x) weighting.

Type:

numpy.ndarray