SG++-Doxygen-Documentation
sgpp::base::OperationEvalLinearBoundary Class Reference

This class implements OperationEval for a grids with linear basis ansatzfunctions with boundaries. More...

#include <OperationEvalLinearBoundary.hpp>

Inheritance diagram for sgpp::base::OperationEvalLinearBoundary:
sgpp::base::OperationEval

Public Member Functions

double eval (const DataVector &alpha, const DataVector &point) override
 Evaluates the sparse grid function at a given point. More...
 
 OperationEvalLinearBoundary (GridStorage &storage)
 Constructor. More...
 
 ~OperationEvalLinearBoundary () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::OperationEval
virtual void eval (const DataMatrix &alpha, const DataVector &point, DataVector &value)
 
 OperationEval ()
 Default constructor. More...
 
virtual ~OperationEval ()
 Destructor. More...
 

Protected Attributes

GridStoragestorage
 Pointer to GridStorage object. More...
 

Detailed Description

This class implements OperationEval for a grids with linear basis ansatzfunctions with boundaries.

Constructor & Destructor Documentation

◆ OperationEvalLinearBoundary()

sgpp::base::OperationEvalLinearBoundary::OperationEvalLinearBoundary ( GridStorage storage)
inlineexplicit

Constructor.

Parameters
storagethe grid's GridStorage object

◆ ~OperationEvalLinearBoundary()

sgpp::base::OperationEvalLinearBoundary::~OperationEvalLinearBoundary ( )
inlineoverride

Destructor.

References alpha, eval(), and chess::point.

Member Function Documentation

◆ eval()

double sgpp::base::OperationEvalLinearBoundary::eval ( const DataVector alpha,
const DataVector point 
)
overridevirtual

Evaluates the sparse grid function at a given point.

Parameters
alphaThe coefficients of the sparse grid's basis functions
pointThe coordinates of the evaluation point

Implements sgpp::base::OperationEval.

References storage.

Referenced by python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis::estimateDensity(), and ~OperationEvalLinearBoundary().

Member Data Documentation

◆ storage

GridStorage& sgpp::base::OperationEvalLinearBoundary::storage
protected

Pointer to GridStorage object.

Referenced by eval().


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