SG++-Doxygen-Documentation
sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT > Class Template Reference

Linear basis on Clenshaw-Curtis grids. More...

#include <LinearClenshawCurtisBoundaryBasis.hpp>

Inheritance diagram for sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >:
sgpp::base::Basis< LT, IT >

Public Member Functions

double eval (LT l, IT i, double x) override
 
double eval (LT level, IT index, double p, double offset, double width)
 
size_t getDegree () const override
 Returns the polynomial degree of the basis. More...
 
double getIntegral (LT level, IT index) override
 returns the integal of the current basis function More...
 
 LinearClenshawCurtisBoundaryBasis ()
 
 ~LinearClenshawCurtisBoundaryBasis () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::Basis< LT, IT >
virtual ~Basis ()
 Destructor. More...
 

Protected Attributes

SLinearClenshawCurtisBase basis
 linear clenshaw curtis basis More...
 

Detailed Description

template<class LT, class IT>
class sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >

Linear basis on Clenshaw-Curtis grids.

Constructor & Destructor Documentation

◆ LinearClenshawCurtisBoundaryBasis()

template<class LT, class IT>
sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::LinearClenshawCurtisBoundaryBasis ( )
inline

◆ ~LinearClenshawCurtisBoundaryBasis()

template<class LT, class IT>
sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::~LinearClenshawCurtisBoundaryBasis ( )
inlineoverride

Destructor.

Member Function Documentation

◆ eval() [1/2]

◆ eval() [2/2]

template<class LT, class IT>
double sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::eval ( LT  level,
IT  index,
double  p,
double  offset,
double  width 
)
inline

◆ getDegree()

template<class LT, class IT>
size_t sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::getDegree ( ) const
inlineoverridevirtual

Returns the polynomial degree of the basis.

Returns
polynomial degree of the basis

Implements sgpp::base::Basis< LT, IT >.

◆ getIntegral()

template<class LT, class IT>
double sgpp::base::LinearClenshawCurtisBoundaryBasis< LT, IT >::getIntegral ( LT  level,
IT  index 
)
inlineoverridevirtual

returns the integal of the current basis function

Parameters
levellevel of the basis function
indexindex of the basis function
Returns

Implements sgpp::base::Basis< LT, IT >.

Referenced by sgpp::base::OperationQuadratureLinearClenshawCurtisBoundary::doQuadrature().

Member Data Documentation

◆ basis


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