|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "geometry/primitives/triangle.hpp"#include "geometry/primitives/edge.hpp"#include <stdexcept>#include <external/Eigen/Dense>#include "types.hpp"#include "constants.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Triangle primitive.
Definition in file triangle.cpp.