![]() |
SG++-Doxygen-Documentation
|
B-spline basis on Boundary grids. More...
#include <BsplineBoundaryBasis.hpp>
Public Member Functions | |
BsplineBoundaryBasis () | |
Default constructor. | |
BsplineBoundaryBasis (size_t degree) | |
Constructor. | |
double | eval (LT l, IT i, double x) override |
double | evalDx (LT l, IT i, double x) override |
double | evalDxDx (LT l, IT i, double x) |
size_t | getDegree () const override |
double | getIntegral (LT l, IT i) override |
returns the integal of the current basis function | |
~BsplineBoundaryBasis () override | |
Destructor. | |
![]() | |
virtual | ~Basis () |
Destructor. | |
Protected Attributes | |
BsplineBasis< LT, IT > | bsplineBasis |
B-spline basis for B-spline evaluation. | |
B-spline basis on Boundary grids.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
degree | B-spline degree, must be odd (if it's even, degree - 1 is used) |
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
l | level of basis function |
i | index of basis function |
x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::BsplineBoundaryBasis< LT, IT >::bsplineBasis.
Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), sgpp::base::OperationEvalBsplineBoundaryNaive::eval(), sgpp::base::OperationEvalBsplineBoundaryNaive::eval(), sgpp::base::OperationEvalGradientBsplineBoundaryNaive::evalGradient(), sgpp::base::OperationEvalGradientBsplineBoundaryNaive::evalGradient(), sgpp::base::OperationEvalHessianBsplineBoundaryNaive::evalHessian(), sgpp::base::OperationEvalHessianBsplineBoundaryNaive::evalHessian(), sgpp::base::OperationEvalPartialDerivativeBsplineBoundaryNaive::evalPartialDerivative(), sgpp::base::OperationEvalPartialDerivativeBsplineBoundaryNaive::evalPartialDerivative(), sgpp::base::OperationMultipleEvalBsplineBoundaryNaive::mult(), sgpp::pde::OperationLaplaceBsplineBoundary::mult(), and sgpp::base::OperationMultipleEvalBsplineBoundaryNaive::multTranspose().
|
inlineoverridevirtual |
l | level of basis function |
i | index of basis function |
x | evaluation point |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::BsplineBoundaryBasis< LT, IT >::bsplineBasis.
Referenced by sgpp::base::OperationEvalGradientBsplineBoundaryNaive::evalGradient(), sgpp::base::OperationEvalGradientBsplineBoundaryNaive::evalGradient(), sgpp::base::OperationEvalHessianBsplineBoundaryNaive::evalHessian(), sgpp::base::OperationEvalHessianBsplineBoundaryNaive::evalHessian(), sgpp::base::OperationEvalPartialDerivativeBsplineBoundaryNaive::evalPartialDerivative(), sgpp::base::OperationEvalPartialDerivativeBsplineBoundaryNaive::evalPartialDerivative(), and sgpp::pde::OperationLaplaceBsplineBoundary::mult().
|
inline |
l | level of basis function |
i | index of basis function |
x | evaluation point |
References sgpp::base::BsplineBoundaryBasis< LT, IT >::bsplineBasis.
Referenced by sgpp::base::OperationEvalHessianBsplineBoundaryNaive::evalHessian(), and sgpp::base::OperationEvalHessianBsplineBoundaryNaive::evalHessian().
|
inlineoverridevirtual |
Implements sgpp::base::Basis< LT, IT >.
References sgpp::base::BsplineBoundaryBasis< LT, IT >::bsplineBasis.
|
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 >.
References sgpp::base::BsplineBoundaryBasis< LT, IT >::bsplineBasis.
Referenced by sgpp::base::OperationQuadratureBsplineBoundary::doQuadrature().
|
protected |
B-spline basis for B-spline evaluation.
Referenced by sgpp::base::BsplineBoundaryBasis< LT, IT >::eval(), sgpp::base::BsplineBoundaryBasis< LT, IT >::evalDx(), sgpp::base::BsplineBoundaryBasis< LT, IT >::evalDxDx(), sgpp::base::BsplineBoundaryBasis< LT, IT >::getDegree(), and sgpp::base::BsplineBoundaryBasis< LT, IT >::getIntegral().