SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::combigrid::WeightedRelevanceCalculator Class Reference

the weighted relevance calculator introduced in [0] More...

#include <WeightedRelevanceCalculator.hpp>

Inheritance diagram for sgpp::combigrid::WeightedRelevanceCalculator:
sgpp::combigrid::RelevanceCalculator

Public Member Functions

double calculate (const LevelVector &levelVector, double delta) const override
 get a relevance for the subspace of LevelVector levelVector and Delta delta
 
 WeightedRelevanceCalculator (double weightDeltaInRelationToNumberOfPoints=0.5, FullGrid::LevelOccupancy levelOccupancy=FullGrid::LevelOccupancy::TwoToThePowerOfL)
 
- Public Member Functions inherited from sgpp::combigrid::RelevanceCalculator
virtual ~RelevanceCalculator ()
 empty virtual destructor
 

Detailed Description

the weighted relevance calculator introduced in [0]

[0] Gerstner, T. and Griebel, M., 2003. Dimension–adaptive tensor–product quadrature. Computing, 71(1), pp.65-87.

Constructor & Destructor Documentation

◆ WeightedRelevanceCalculator()

sgpp::combigrid::WeightedRelevanceCalculator::WeightedRelevanceCalculator ( double  weightDeltaInRelationToNumberOfPoints = 0.5,
FullGrid::LevelOccupancy  levelOccupancy = FullGrid::LevelOccupancy::TwoToThePowerOfL 
)
explicit

Member Function Documentation

◆ calculate()

double sgpp::combigrid::WeightedRelevanceCalculator::calculate ( const LevelVector levelVector,
double  delta 
) const
overridevirtual

get a relevance for the subspace of LevelVector levelVector and Delta delta

Implements sgpp::combigrid::RelevanceCalculator.

References sgpp::combigrid::FullGrid::getNumberOfPointsFromLevel().


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