bem::Poly Class Reference
Polynomial in one variable (used only to test quadrature schemes) More...
#include <kernel.hh>
Public Types | |
typedef concepts::Real | F |
Public Member Functions | |
concepts::Real | operator() (const concepts::Real3d &x, const concepts::Real3d &y) |
Poly (bool var, uint idx, uint e) | |
Private Attributes | |
uint | exp_ |
uint | idx_ |
bool | var_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Poly &p) |
Detailed Description
Polynomial in one variable (used only to test quadrature schemes)
Member Typedef Documentation
◆ F
typedef concepts::Real bem::Poly::F |
Constructor & Destructor Documentation
◆ Poly()
Member Function Documentation
◆ operator()()
|
inline |
Friends And Related Function Documentation
◆ operator<<
|
friend |
Member Data Documentation
◆ exp_
◆ idx_
◆ var_
The documentation for this class was generated from the following file:
- bem/kernel.hh