gauss_jacobi_rule

Function gauss_jacobi_rule 

Source
pub fn gauss_jacobi_rule(
    celltype: ReferenceCellType,
    m: usize,
) -> Result<NumericalQuadratureDefinition, QuadratureError>
Expand description

Get the points and weights for a Gauss-Jacobi quadrature rule of degree m on the given cell type.