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

structure that can be used by applications to cluster regular grid information More...

#include <Grid.hpp>

Inheritance diagram for sgpp::base::RegularGridConfiguration:
sgpp::base::GeneralGridConfiguration

Public Member Functions

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

Additional Inherited Members

- 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 regular grid information

Constructor & Destructor Documentation

◆ RegularGridConfiguration()

sgpp::base::RegularGridConfiguration::RegularGridConfiguration ( )
inline

◆ ~RegularGridConfiguration()

sgpp::base::RegularGridConfiguration::~RegularGridConfiguration ( )
inlineoverride

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