Gobelijn API documentation
- generated for commit a0cbea7
|
The Gauss-Legendre rule of order 4. More...
#include <GaussLegendreRules.h>
Static Public Member Functions | |
static constexpr unsigned int | getOrder () |
Return the order of the rule. More... | |
template<class Ftor > | |
static Ftor::result_type | sum (typename Ftor::argument_type l, typename Ftor::argument_type d, Ftor f) |
Execute the rule on the cell. More... | |
The Gauss-Legendre rule of order 4.
Cfr. The Handbook of Mathematical Functions, M. Abramowitz and I. Stegun, Dover Publications Chapter 25, Table 25.4.
Definition at line 57 of file GaussLegendreRules.h.
|
inlinestatic |
Return the order of the rule.
None. |
Definition at line 65 of file GaussLegendreRules.h.
|
inlinestatic |
Execute the rule on the cell.
l | Left bounadry of quadrature domain |
d | Distance to right boundary of the domain |
f | Functor that gets summed |
none |
Definition at line 76 of file GaussLegendreRules.h.