|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "quadrature/line/iterative_trapz.hpp"#include <functional>#include <stdexcept>#include "types.hpp"#include "constants.hpp"#include "quadrature/utility.hpp"#include "quadrature/line/trapz.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Iterative trapezoidal integration over a line segment.
Definition in file iterative_trapz.cpp.