QUGaR 0.0.4
|
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>
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. | |
Definition of quadrature related functionalities.