|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <functional>#include "types.hpp"#include "quadrature/line/base.hpp"#include "quadrature/line/trapz.cpp"Go to the source code of this file.
Classes | |
| class | bem::TrapzLineQuadrature< dim > |
| Class for trapezoidal integration over a line segment. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Variables | |
| const uint16_t | bem::TRAPZ_LINE_DEFAULT_NUM_SEGMENTS = 10 |
| const uint16_t | bem::TRAPZ_LINE_MAX_NUM_SEGMENTS = 1000 |
Trapezoidal integration over a line segment.
Definition in file trapz.hpp.