QUGaR 0.0.4
Loading...
Searching...
No Matches
quadrature.hpp File Reference

Definition of quadrature related functionalities. More...

#include <qugar/bbox.hpp>
#include <qugar/point.hpp>
#include <qugar/types.hpp>
#include <array>
#include <memory>
#include <type_traits>
Include dependency graph for quadrature.hpp:

Go to the source code of this file.

Classes

class  qugar::Gauss
 Helper class for computing the abscissae and weights of the Gauss-Legendre quadrature rule referred to the [0,1]. The maximum number of abscissae/weights is prescribed by n_max. The abscissae / weights are precomputed with enough precision (34 significant digits) for double or quadruple precision applications. More...
 
class  qugar::TanhSinh
 Helper class for computing the abscissae and weights of the tanh-sinh quadrature rule referred to the [0,1]. The maximum number of abscissae/weights is prescribed by n_max. The abscissae / weights are precomputed with enough precision (34 significant digits) for double or quadruple precision applications. More...
 
class  qugar::Quadrature< dim >
 Class for storing dim-dimensional quadratures (non-tensor product). More...
 

Namespaces

namespace  qugar
 QUGaR's main namespace.
 

Detailed Description

Definition of quadrature related functionalities.

Author
Pablo Antolin (pablo.nosp@m..ant.nosp@m.olin@.nosp@m.epfl.nosp@m..ch)
Date
2025-01-21