Skip to content

Wrong polynomial order for Gauss Lobatto Quadratures #162

@inversecrime

Description

@inversecrime

Hi, thanks for creating this package. It is written that the order of the Gauss Lobatto Quadrature is 2N-3 for N+1 points, which is not true. It's 2N-1. For example, with 2 points, it is of order 1 (and not -1).
This needs to be changed in the documentation and also in the exact_to property.
Thanks and best wishes!

(Obviously this depends on what you define as "order". I use it synonymously to "exact up to degree")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions