sailfish.solvers.scdg_1d.CellData

class sailfish.solvers.scdg_1d.CellData(order=1)[source]

Bases: object

Gauss weights, quadrature points, and tabulated Legendre polonomials.

This class works for n-th order Gaussian quadrature in 1D.

__init__(order=1)[source]

Methods

__init__([order])

sample(uw, j)

sample_face(uw, j)

to_weights(ux)

Attributes

num_points