Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
AdaptiveQuadrature.h File Reference

The AdaptiveQuadrature template. More...

#include "AQ_Util.h"
#include "CellCountViolation.h"
#include "Convergence.h"
#include <cmath>
#include <exception>
#include <iostream>
#include <stack>
#include <tuple>
Include dependency graph for AdaptiveQuadrature.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UA_CoMP::Num::AQRule1< T >
 Used to disambiguate rules in AdaptiveQuadrature. More...
 
class  UA_CoMP::Num::AQRule2< T >
 Used to disambiguate rules in AdaptiveQuadrature. More...
 
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. More...
 
class  UA_CoMP::Num::AdaptiveQuadrature< QuadRule1, QuadRule2, ConvergencePolicy, CellCountPolicy >
 The AdaptiveQuadrature is a host class with policy classes QuadRule1, QuadRule2, ErrorPolicy and ConvergencePolicy. More...
 

Namespaces

 UA_CoMP
 Namespace Comp groups all code developed by the CoMP group.
 
 UA_CoMP::Num
 Numerical code.
 

Detailed Description

The AdaptiveQuadrature template.

Author
Jan Broeckhove, CoMP/UA
Remarks
(c) Jan Broeckhove, 2011.

Definition in file AdaptiveQuadrature.h.