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