SG++-Doxygen-Documentation
sgpp::combigrid::ExponentialGrowthStrategy Class Reference

numPoints = (l == 0) ? 1 : 2^l + 1 Yields nested points for e. More...

#include <ExponentialGrowthStrategy.hpp>

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

Public Member Functions

virtual size_t numPoints (size_t level)
 
virtual ~ExponentialGrowthStrategy ()
 
- Public Member Functions inherited from sgpp::combigrid::AbstractGrowthStrategy
virtual ~AbstractGrowthStrategy ()
 

Detailed Description

numPoints = (l == 0) ? 1 : 2^l + 1 Yields nested points for e.

g. uniform points (with boundary) and Clenshaw-Curtis-Points

Constructor & Destructor Documentation

◆ ~ExponentialGrowthStrategy()

sgpp::combigrid::ExponentialGrowthStrategy::~ExponentialGrowthStrategy ( )
virtual

Member Function Documentation

◆ numPoints()

size_t sgpp::combigrid::ExponentialGrowthStrategy::numPoints ( size_t  level)
virtual

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