SG++-Doxygen-Documentation
|
numPoints = (l == 0) ? 1 : 2^l + 1 Yields nested points for e. More...
#include <ExponentialGrowthStrategy.hpp>
Public Member Functions | |
virtual size_t | numPoints (size_t level) |
virtual | ~ExponentialGrowthStrategy () |
Public Member Functions inherited from sgpp::combigrid::AbstractGrowthStrategy | |
virtual | ~AbstractGrowthStrategy () |
numPoints = (l == 0) ? 1 : 2^l + 1 Yields nested points for e.
g. uniform points (with boundary) and Clenshaw-Curtis-Points
|
virtual |
|
virtual |
Implements sgpp::combigrid::AbstractGrowthStrategy.