![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
Polynomial basis functions. More...
#include <PolyClenshawCurtisBoundaryBasis.hpp>
  
 Public Member Functions | |
| double | eval (LT level, IT index, double p) override | 
| Evaluate the basis function with given level and index.  More... | |
| double | eval (LT level, IT index, double p, double offset, double width) | 
| double | evalDx (LT level, IT index, double x) | 
| double | evalHierToTop (LT level, IT index, DataVector &coeffs, double pos) | 
| Evaluates all the hierarchical ancestors of the node defined by level and index.  More... | |
| 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... | |
| PolyClenshawCurtisBoundaryBasis (size_t degree) | |
| Constructor.  More... | |
| ~PolyClenshawCurtisBoundaryBasis () override | |
| Destructor.  More... | |
  Public Member Functions inherited from sgpp::base::Basis< LT, IT > | |
| virtual | ~Basis () | 
| Destructor.  More... | |
Protected Attributes | |
| SPolyClenshawCurtisBase | polyBasis | 
| poly basis for clenshaw curtis grid  More... | |
Polynomial basis functions.
      
  | 
  inlineexplicit | 
Constructor.
| degree | the polynom's max. degree | 
      
  | 
  inlineoverride | 
Destructor.
      
  | 
  inlineoverridevirtual | 
Evaluate the basis function with given level and index.
| level | level of the basis function | 
| index | index of the basis function | 
| x | evaluation point | 
Implements sgpp::base::Basis< LT, IT >.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalPolyClenshawCurtisBoundaryNaive::eval(), sgpp::base::PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::eval(), sgpp::base::PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::evalHierToTop(), sgpp::base::OperationMultipleEvalPolyClenshawCurtisBoundaryNaive::mult(), sgpp::pde::OperationLaplacePolyClenshawCurtisBoundary::mult(), sgpp::base::OperationMultipleEvalPolyClenshawCurtisBoundaryNaive::multTranspose(), sgpp::base::GetAffectedBasisFunctions< PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int > >::rec(), and sgpp::base::GetAffectedBasisFunctions< PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int > >::recBB().
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Evaluates all the hierarchical ancestors of the node defined by level and index.
NOTE: It does not evaluate the current node itself.
| level | |
| index | |
| coeffs | |
| pos | 
Referenced by sgpp::base::DehierarchisationPolyClenshawCurtisBoundary::rec(), and sgpp::base::HierarchisationPolyClenshawCurtisBoundary::rec().
      
  | 
  inlineoverridevirtual | 
Returns the polynomial degree of the basis.
Implements sgpp::base::Basis< LT, IT >.
      
  | 
  inlineoverridevirtual | 
returns the integal of the current basis function
| level | level of the basis function | 
| index | index of the basis function | 
Implements sgpp::base::Basis< LT, IT >.
Referenced by sgpp::base::OperationQuadraturePolyClenshawCurtisBoundary::doQuadrature().
      
  | 
  protected | 
poly basis for clenshaw curtis grid
Referenced by sgpp::base::PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::eval(), sgpp::base::PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::evalDx(), sgpp::base::PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::getDegree(), and sgpp::base::PolyClenshawCurtisBoundaryBasis< unsigned int, unsigned int >::getIntegral().