|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include "rwg/function_space.hpp"#include <functional>#include <stdexcept>#include <external/Eigen/Dense>#include "types.hpp"#include "matrix/base.hpp"#include "geometry/primitives/triangle.hpp"#include "geometry/mesh/triangle_mesh.hpp"#include "quadrature/triangle/base.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
| namespace | bem::rwg |
| Namespace for RWG-based BEM functionality. | |
Classes defining operations associated with the RWG and related function spaces.
Definition in file function_space.cpp.