#include <kernel.hh>

Public Types | |
| typedef concepts::Real | F |
Public Member Functions | |
| ExpR2 (concepts::MapReal3d &gamma) | |
| concepts::Real | operator() (const concepts::Real3d &x, const concepts::Real3d &y) |
Private Attributes | |
| concepts::MapReal3d | gamma_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ExpR2 &e) |
| typedef concepts::Real bem::ExpR2::F |
| bem::ExpR2::ExpR2 | ( | concepts::MapReal3d & | gamma | ) | [inline] |
| concepts::Real bem::ExpR2::operator() | ( | const concepts::Real3d & | x, |
| const concepts::Real3d & | y | ||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const ExpR2 & | e | ||
| ) | [friend] |
concepts::MapReal3d bem::ExpR2::gamma_ [private] |