1 #ifndef __EXAMPLE_HEADER_H__
20 #define __EXAMPLE_HEADER_H__
23 namespace ElmerModuleDriver {
double TrapezoidQuadrature(double(*f)(double), double x0, double xn, int n)
Integrates f with composite trapezoid rule.
std::string ExampleFunction(const std::string &instring)
Example function for ElmerModuleDriver (this is a brief description).
double MidPointQuadrature(double(*f)(double), double x0, double xn, int n)
Integrates f with composite midpoint rule.