SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::CombiGridConfiguration Struct Reference

Structure that can be used by applications to cluster combi grid information. More...

#include <Grid.hpp>

Inheritance diagram for sgpp::base::CombiGridConfiguration:
sgpp::base::GeneralGridConfiguration

Public Member Functions

 CombiGridConfiguration ()
 
 ~CombiGridConfiguration () override
 
- Public Member Functions inherited from sgpp::base::GeneralGridConfiguration
virtual ~GeneralGridConfiguration ()
 virtual destructor, since GeneralGridConfiguration is used as base class
 

Public Attributes

std::vector< int > levels
 
- Public Attributes inherited from sgpp::base::GeneralGridConfiguration
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.
 

Detailed Description

Structure that can be used by applications to cluster combi grid information.

Constructor & Destructor Documentation

◆ CombiGridConfiguration()

sgpp::base::CombiGridConfiguration::CombiGridConfiguration ( )
inline

◆ ~CombiGridConfiguration()

sgpp::base::CombiGridConfiguration::~CombiGridConfiguration ( )
inlineoverride

Member Data Documentation

◆ levels

std::vector<int> sgpp::base::CombiGridConfiguration::levels

The documentation for this struct was generated from the following file: