|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "geometry/mesh/mesh_transfer.hpp"#include <fstream>#include <sstream>#include <stdexcept>#include <vector>#include <algorithm>#include <string>#include <map>#include "types.hpp"#include "geometry/structure.hpp"#include "geometry/mesh/triangle_mesh.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Mesh input and output.
Definition in file mesh_transfer.cpp.