|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <stdexcept>#include <array>#include <cassert>#include "types.hpp"#include "constants.hpp"#include "geometry/primitives/triangle.cpp"Go to the source code of this file.
Classes | |
| class | bem::Triangle< dim > |
| Triangle primitive class. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Variables | |
| const Float | bem::TRIANGLE_DEFAULT_TOL = 1.0e-6 |
Triangle primitive.
Definition in file triangle.hpp.