![]() |
SG++-Doxygen-Documentation
|
Structure that can be used by applications to cluster combi grid information. More...
#include <Grid.hpp>
Public Member Functions | |
CombiGridConfiguration () | |
~CombiGridConfiguration () override | |
![]() | |
virtual | ~GeneralGridConfiguration () |
virtual destructor, since GeneralGridConfiguration is used as base class | |
Public Attributes | |
std::vector< int > | levels |
![]() | |
level_t | boundaryLevel_ = 0 |
level of boundary grid | |
size_t | dim_ = 0 |
number of dimensions | |
std::string | filename_ = "" |
string to serialized grid | |
GeneralGridType | generalType_ = GeneralGridType::RegularSparseGrid |
int | level_ = 3 |
number of levels | |
std::vector< size_t > | levelVector_ |
vector of levels for each dimension TODO(Sebastian Kreisel): initialize with some default value! | |
size_t | maxDegree_ = 1 |
max. polynomial degree for poly basis | |
double | t_ = 0.0 |
subgrid selection value t | |
sgpp::base::GridType | type_ = GridType::Linear |
Grid Type, see enum. | |
Structure that can be used by applications to cluster combi grid information.
|
inline |
|
inlineoverride |
std::vector<int> sgpp::base::CombiGridConfiguration::levels |
Referenced by sgpp::datadriven::DMConfigTools::dumpToStream().