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