Gobelijn API documentation
- generated for commit a0cbea7
|
Given a quadrature rule, a new rule is generated that consists of applying the original rule on both subintervals obtained through bisection. More...
#include <AdaptiveQuadrature.h>
Static Public Member Functions | |
template<typename Ftor > | |
static Ftor::result_type | sum (typename Ftor::argument_type l, typename Ftor::argument_type d, Ftor const &f) |
Execute the rule on the bisected cell. More... | |
Given a quadrature rule, a new rule is generated that consists of applying the original rule on both subintervals obtained through bisection.
Definition at line 41 of file AdaptiveQuadrature.h.
|
inlinestatic |
Execute the rule on the bisected cell.
Definition at line 46 of file AdaptiveQuadrature.h.
References sum().