|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "types.hpp"#include "geometry/mesh/base.hpp"#include "geometry/primitives/triangle.hpp"#include "geometry/mesh/triangle_mesh.cpp"Go to the source code of this file.
Classes | |
| class | bem::TriangleMesh< dim > |
| Class defining a mesh with triangle elements. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Triangular mesh functionality.
Definition in file triangle_mesh.hpp.