pyopensn.aquad.GLCProductQuadrature2DXY
- class pyopensn.aquad.GLCProductQuadrature2DXY
Gauss-Legendre-Chebyshev quadrature for 2D, XY geometry.
Wrapper of
opensn::GLCProductQuadrature2DXY
.- __init__(self: pyopensn.aquad.GLCProductQuadrature2DXY, n_polar: int, n_azimuthal: int, verbose: bool = False) None
Construct a Gauss-Legendre-Chebyshev product quadrature for 2D, XY geometry.
- Parameters:
n_polar (int) – Number of polar angles.
n_azimuthal (int) – Number of azimuthal angles.
verbose (bool, default=False) – Verbosity.
- property abscissae
Vector of polar and azimuthal angles.
- property omegas
Vector of direction vectors.
- property weights
Quadrature weights.