pub fn simplex_rule(
cell: ReferenceCellType,
npoints: usize,
) -> Result<NumericalQuadratureDefinition, QuadratureError>Expand description
Return a simplex rule for a given number of points.
If the rule does not exist Err(()) is returned.