18#ifndef BEM_RWG_OPS_INCIDENCE_H
19#define BEM_RWG_OPS_INCIDENCE_H
Geometry operations class.
Class for computing the discrete divergence matrix for RWG functions.
EigMatMN< Complex, 1, 3 > compute(const Complex k, const Triangle< 3 > &obs_tri, const Triangle< 3 > &src_tri) override
Computes an incidence matrix that can be used to take the divergence of RWG functions.
Base class for RWG-based BEM operators.
Eigen::Matrix< T, M, N > EigMatMN
Fixed-size matrix with M rows and N columns containing type T.
std::complex< Float > Complex
Complex floating point number.
Eigen::Matrix< T, N, 1 > EigColVecN
Fixed-size column vector of size N containing type T.
Namespace for RWG-based BEM functionality.