OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
base.hpp File Reference
#include <vector>
#include <array>
#include <stdexcept>
#include <algorithm>
#include "types.hpp"
#include "geometry/operations.hpp"
#include "geometry/structure.hpp"
#include "geometry/primitives/triangle.hpp"
#include "geometry/mesh/base.hpp"
#include "geometry/mesh/triangle_mesh.hpp"
#include "matrix/base.hpp"
#include "matrix/eigen_dense.hpp"

Go to the source code of this file.

Classes

class  bem::rwg::LumpedElementBase< MatrixType >
 Base class for generating excitation coefficients and coupling matrices for lumped ports. More...
 

Namespaces

namespace  bem
 Primary namespace for the OpenBEM library.
 
namespace  bem::rwg
 Namespace for RWG-based BEM functionality.
 

Detailed Description

Base class for computing coupling matrices for lumped elements.

Definition in file base.hpp.