Quadratures
GeometricIntegrators.Quadratures.quadrature
— MethodIntegrate a function f(x)
over the interval [0,1] using the quadrature quad
.
GeometricIntegrators.Quadratures.shift!
— MethodScale nodes and weights from the interval [-1,+1] to the interval [0,1].
GeometricIntegrators.Quadratures.unshift!
— MethodScale nodes and weights from the interval [0,1] to the interval [-1,+1].