template<
uint8_t dim>
class bem::GaussTriangleQuadrature< dim >
Class for Gaussian quadrature over a triangle.
- Template Parameters
-
| dim | - Dimension of the triangle (2 or 3). |
Definition at line 43 of file gauss.hpp.
Constructs a GaussTriangleQuadrature object with a specified quadrature order.
- Parameters
-
| [in] | order | - Quadrature order (optional). |
Important: this constructor loads tabulated quadrature data from a json file, and stores the tabulated quadrature data for all possible orders up to TRI_MAX_ORDER. Therefore, it is strongly recommended that objects of this class should be reused within loops, rather than creating a new object at each iteration of a long loop.
Definition at line 59 of file gauss.hpp.