Module quadrature

Module quadrature 

Source
Expand description

Quadrature.

Functions§

available_simplex_rules
For a given cell type return a vector with the numbers of points for which simplex rules are available.
gauss_jacobi_npoints
Get the number of quadrature points for a Gauss-Jacobi rule of degree m on a given cell type.
gauss_jacobi_rule
Get the points and weights for a Gauss-Jacobi quadrature rule of degree m on the given cell type.
simplex_rule
Return a simplex rule for a given number of points.