|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "quadrature/triangle/iterative_gauss.hpp"#include <functional>#include "types.hpp"#include "constants.hpp"#include "geometry/primitives/triangle.hpp"#include "quadrature/utility.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Iterative Gaussian quadrature over a triangle.
Definition in file iterative_gauss.cpp.