Class documentation of Concepts

Loading...
Searching...
No Matches

#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)
 

Detailed Description

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

Definition at line 41 of file kernel.hh.

Member Typedef Documentation

◆ F

typedef concepts::Real bem::Poly::F

Definition at line 48 of file kernel.hh.

Constructor & Destructor Documentation

◆ Poly()

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

Definition at line 50 of file kernel.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file kernel.hh.


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