Denotes a quadrature point and weight to use for quadrature on a reference element.
More...
#include <ptems/quadrature.hpp>
template<std::size_t DIM>
struct ptems::QuadraturePoint< DIM >
Denotes a quadrature point and weight to use for quadrature on a reference element.
- Template Parameters
-
DIM | The dimension of the point |
◆ QuadraturePoint() [1/3]
template<std::size_t DIM>
Create an empty quadrature point.
◆ QuadraturePoint() [2/3]
template<std::size_t DIM>
Create a quadrature point with the specified point and weight.
- Parameters
-
pt | The quadrature point |
weight | The quadrature weight |
◆ QuadraturePoint() [3/3]
template<std::size_t DIM>
template<typename... T>
Create a quadrature point with the specified point and weight.
- Template Parameters
-
T | Type convertible to double for use in construction of point. Must be DIM-1 values. |
- Parameters
-
x | X coordinate of the quadrature point |
y | Rest of the coordinate values of the quadrature point |
weight | The quadrature weight |
◆ Point
template<std::size_t DIM>
◆ Weight
template<std::size_t DIM>
The documentation for this struct was generated from the following file: