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

Calculation: numPoints := 1 + factor * level, where factor is a parameter passed to the class. More...

#include <LinearGrowthStrategy.hpp>

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

Public Member Functions

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

Detailed Description

Calculation: numPoints := 1 + factor * level, where factor is a parameter passed to the class.

Constructor & Destructor Documentation

◆ LinearGrowthStrategy()

sgpp::combigrid::LinearGrowthStrategy::LinearGrowthStrategy ( size_t  factor)
explicit

◆ ~LinearGrowthStrategy()

sgpp::combigrid::LinearGrowthStrategy::~LinearGrowthStrategy ( )
virtual

Member Function Documentation

◆ numPoints()

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

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