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.