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

Demo for the AdaptiveQuadrature template. More...

#include "AGL_Quadrature.h"
#include "OscillatoryFunctor.h"
#include "PowerFunctor.h"
#include "SimpleRules.h"
#include <iomanip>
Include dependency graph for aquad_demo.cpp:

Go to the source code of this file.

Functions

int main ()
 Demonstrate the use of the AdaptiveQuadrature algorithm with a variety of functors. More...
 

Detailed Description

Demo for the AdaptiveQuadrature template.

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

Definition in file aquad_demo.cpp.

Function Documentation

int main ( )

Demonstrate the use of the AdaptiveQuadrature algorithm with a variety of functors.

Definition at line 62 of file aquad_demo.cpp.

References UA_CoMP::Num::AdaptiveQuadrature< QuadRule1, QuadRule2, ConvergencePolicy, CellCountPolicy >::setConvergenceTolerance(), and UA_CoMP::Num::AdaptiveQuadrature< QuadRule1, QuadRule2, ConvergencePolicy, CellCountPolicy >::setInitialCellCount().

Here is the call graph for this function: