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)

Definition at line 41 of file kernel.hh.

Member Typedef Documentation

◆ 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.

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ exp_

uint bem::Poly::exp_
private

Definition at line 45 of file kernel.hh.

◆ idx_

uint bem::Poly::idx_
private

Definition at line 44 of file kernel.hh.

◆ var_

bool bem::Poly::var_
private

Definition at line 43 of file kernel.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich