Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
UA_CoMP::Num::Bisector< Rule > Class Template Reference

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>

Inheritance diagram for UA_CoMP::Num::Bisector< Rule >:
Inheritance graph
Collaboration diagram for UA_CoMP::Num::Bisector< Rule >:
Collaboration graph

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...
 

Detailed Description

template<typename Rule>
class UA_CoMP::Num::Bisector< Rule >

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.

Member Function Documentation

template<typename Rule >
template<typename Ftor >
static Ftor::result_type UA_CoMP::Num::Bisector< Rule >::sum ( typename Ftor::argument_type  l,
typename Ftor::argument_type  d,
Ftor const &  f 
)
inlinestatic

Execute the rule on the bisected cell.

Definition at line 46 of file AdaptiveQuadrature.h.

References sum().

Here is the call graph for this function:


The documentation for this class was generated from the following file: