|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "geometry/mesh/triangle_mesh.hpp"#include <map>#include <utility>#include <algorithm>#include <vector>#include <array>#include <set>#include <stdexcept>#include "types.hpp"#include "geometry/mesh/base.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Triangular mesh functionality.
Definition in file triangle_mesh.cpp.