SG++-Doxygen-Documentation
sgpp::combigrid::AbstractGrowthStrategy Class Referenceabstract

Defines a converter from a level to a number of points, i. More...

#include <AbstractGrowthStrategy.hpp>

Inheritance diagram for sgpp::combigrid::AbstractGrowthStrategy:
sgpp::combigrid::CustomGrowthStrategy sgpp::combigrid::ExponentialGrowthStrategy sgpp::combigrid::LinearGrowthStrategy

Public Member Functions

virtual size_t numPoints (size_t level)=0
 
virtual ~AbstractGrowthStrategy ()
 

Detailed Description

Defines a converter from a level to a number of points, i.

e. an abstract base class for level->numPoints mappings. AbstractGrowthStrategy-Objects are used in some subclasses of AbstractPointOrdering.

Constructor & Destructor Documentation

◆ ~AbstractGrowthStrategy()

sgpp::combigrid::AbstractGrowthStrategy::~AbstractGrowthStrategy ( )
virtual

Member Function Documentation

◆ numPoints()

virtual size_t sgpp::combigrid::AbstractGrowthStrategy::numPoints ( size_t  level)
pure virtual

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