SG++-Doxygen-Documentation
|
The level-numPoints-mapping can be customized with a function. More...
#include <CustomGrowthStrategy.hpp>
Public Member Functions | |
CustomGrowthStrategy (std::function< size_t(size_t)> func) | |
virtual size_t | numPoints (size_t level) |
virtual | ~CustomGrowthStrategy () |
Public Member Functions inherited from sgpp::combigrid::AbstractGrowthStrategy | |
virtual | ~AbstractGrowthStrategy () |
The level-numPoints-mapping can be customized with a function.
|
explicit |
|
virtual |
|
virtual |
Implements sgpp::combigrid::AbstractGrowthStrategy.