kernel.hh File Reference

#include "basics/vectorsMatrices.hh"
#include <cmath>

Go to the source code of this file.

Classes

class  bem::Cnst
 Constant kernel function (used only to test quadrature schemes) More...
 
class  bem::ExpR
 $ e^{-\gamma r} $ More...
 
class  bem::ExpR2
 $ e^{- r^\top \gamma r} $ More...
 
class  bem::Inv1Rn
 $ \frac{1}{1 + \gamma r^n} $ More...
 
class  bem::Laplace
 $ \frac{1}{4\pi r} $ More...
 
class  bem::Poly
 Polynomial in one variable (used only to test quadrature schemes) More...
 

Namespaces

 bem
 Used for the basic classes of the boundary element method.
 

Macros

#define KrnlEPS   1e-10
 
#define M_1_PI   0.31830988618379067154 /* 1/pi */
 

Detailed Description

Kernel functions for integral equations

Definition in file kernel.hh.

Macro Definition Documentation

◆ KrnlEPS

#define KrnlEPS   1e-10

Definition at line 19 of file kernel.hh.

◆ M_1_PI

#define M_1_PI   0.31830988618379067154 /* 1/pi */

Definition at line 14 of file kernel.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich