#include <kernel.hh>
Public Types | |
typedef concepts::Real | F |
Public Member Functions | |
Poly (bool var, uint idx, uint e) | |
concepts::Real | operator() (const concepts::Real3d &x, const concepts::Real3d &y) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Poly &p) |
Polynomial in one variable (used only to test quadrature schemes)
typedef concepts::Real bem::Poly::F |
|
inline |