|
OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
|
#include <stdexcept>#include <string>#include <functional>#include "types.hpp"#include "constants.hpp"Go to the source code of this file.
Classes | |
| class | bem::TriangleQuadratureBase< dim > |
| Base class for quadrature over a triangle. More... | |
Namespaces | |
| namespace | bem |
| Primary namespace for the OpenBEM library. | |
Variables | |
| const uint8_t | bem::TRI_DEFAULT_ORDER = 4 |
| const uint8_t | bem::TRI_MAX_ORDER = 30 |
Base class for quadrature over a triangle.
Definition in file base.hpp.