Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Private Attributes | Friends
bem::Poly Class Reference

Polynomial in one variable (used only to test quadrature schemes) More...

#include <kernel.hh>

List of all members.

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)

Definition at line 39 of file kernel.hh.


Member Typedef Documentation

Definition at line 46 of file kernel.hh.


Constructor & Destructor Documentation

bem::Poly::Poly ( bool  var,
uint  idx,
uint  e 
) [inline]

Definition at line 48 of file kernel.hh.


Member Function Documentation

concepts::Real bem::Poly::operator() ( const concepts::Real3d x,
const concepts::Real3d y 
) [inline]

Definition at line 51 of file kernel.hh.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Poly p 
) [friend]

Member Data Documentation

uint bem::Poly::exp_ [private]

Definition at line 43 of file kernel.hh.

uint bem::Poly::idx_ [private]

Definition at line 42 of file kernel.hh.

bool bem::Poly::var_ [private]

Definition at line 41 of file kernel.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)