Constant kernel function (used only to test quadrature schemes) More...
#include <kernel.hh>
Public Types | |
| typedef concepts::Real | F |
Public Member Functions | |
| Cnst (concepts::Real c) | |
| concepts::Real | operator() (const concepts::Real3d &, const concepts::Real3d &) |
Private Attributes | |
| concepts::Real | c_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Cnst &c) |
Constant kernel function (used only to test quadrature schemes)
| typedef concepts::Real bem::Cnst::F |
| bem::Cnst::Cnst | ( | concepts::Real | c | ) | [inline] |
| concepts::Real bem::Cnst::operator() | ( | const concepts::Real3d & | , |
| const concepts::Real3d & | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Cnst & | c | ||
| ) | [friend] |
concepts::Real bem::Cnst::c_ [private] |