Namespace IntersectingQuadrature
Classes
HyperRectangle
A simple multidimensional box
Methods
Methods to construct tensorized quadrature rules on subdomains of a hyperrectangle bounded by one or two level sets. The quadrature methods are documented in the paper https://arxiv.org/abs/2308.10698 .
Quadrature
Methods to numerically evaluate definite integrals
QuadratureNode
Quadrature point and quadrature weight.
QuadratureRule
List of QuadratureNodes which can be used to numerically evaluate an integral.
Interfaces
IHyperRectangle
Generalization of rectangle to arbitrary dimensions.
IQuadrater
Provides tensorized quadrature rules on subdomains of a hyperrectangle bounded by one or two level sets.