SG++-Doxygen-Documentation
|
This is the complete list of members for sgpp::pde::PoissonEquationSolver, including all inherited members.
bGridConstructed | sgpp::pde::PDESolver | protected |
coarsenInitialGridSurplus(sgpp::base::DataVector &alpha, double dThreshold) | sgpp::pde::PDESolver | |
constructGrid(sgpp::base::BoundingBox &myBoundingBox, size_t level) | sgpp::pde::PoissonEquationSolver | virtual |
deleteGrid() | sgpp::pde::PDESolver | |
dim | sgpp::pde::PDESolver | protected |
EllipticPDESolver() | sgpp::pde::EllipticPDESolver | |
evaluateCuboid(sgpp::base::DataVector &alpha, sgpp::base::DataVector &FunctionValues, sgpp::base::DataMatrix &EvaluationPoints) | sgpp::pde::PDESolver | |
evaluatePoint(sgpp::base::DataVector &evalPoint, sgpp::base::DataVector &alpha) | sgpp::pde::PDESolver | |
getGrid() const | sgpp::pde::PDESolver | |
getGridNormalDistribution(sgpp::base::DataVector &alpha, std::vector< double > &norm_mu, std::vector< double > &norm_sigma) | sgpp::pde::PDESolver | protectedvirtual |
getNumberDimensions() const | sgpp::pde::PDESolver | |
getNumberGridPoints() const | sgpp::pde::PDESolver | |
getNumberInnerGridPoints() const | sgpp::pde::PDESolver | |
initGridWithExpHeat(sgpp::base::DataVector &alpha, double factor=1.0) | sgpp::pde::PoissonEquationSolver | |
initGridWithExpHeatFullDomain(sgpp::base::DataVector &alpha, double factor=1.0) | sgpp::pde::PoissonEquationSolver | |
initGridWithSmoothHeat(sgpp::base::DataVector &alpha, double mu, double sigma, double factor) | sgpp::pde::PoissonEquationSolver | |
initGridWithSmoothHeatFullDomain(sgpp::base::DataVector &alpha, double mu, double sigma, double factor) | sgpp::pde::PoissonEquationSolver | |
initScreen() | sgpp::pde::PoissonEquationSolver | |
levels | sgpp::pde::PDESolver | protected |
myBoundingBox | sgpp::pde::PDESolver | protected |
myGrid | sgpp::pde::PDESolver | protected |
myGridStorage | sgpp::pde::PDESolver | protected |
PDESolver() | sgpp::pde::PDESolver | |
PoissonEquationSolver() | sgpp::pde::PoissonEquationSolver | |
printGrid(sgpp::base::DataVector &alpha, size_t PointesPerDimension, std::string tfilename) const | sgpp::pde::PDESolver | virtual |
printGridDomain(sgpp::base::DataVector &alpha, size_t PointesPerDimension, sgpp::base::BoundingBox &GridArea, std::string tfilename) const | sgpp::pde::PDESolver | virtual |
printLevelIndexGrid(std::string tfilename) const | sgpp::pde::PDESolver | virtual |
printSparseGrid(sgpp::base::DataVector &alpha, std::string tfilename, bool bSurplus) const | sgpp::pde::PDESolver | virtual |
printSparseGridExpTransform(sgpp::base::DataVector &alpha, std::string tfilename, bool bSurplus) const | sgpp::pde::PDESolver | virtual |
refineInitialGridSurplus(sgpp::base::DataVector &alpha, int numRefinePoints, double dThreshold) | sgpp::pde::PDESolver | |
refineInitialGridSurplusSubDomain(sgpp::base::DataVector &alpha, int numRefinePoints, double dThreshold, std::vector< double > &norm_mu, std::vector< double > &norm_sigma) | sgpp::pde::PDESolver | |
refineInitialGridSurplusToMaxLevel(sgpp::base::DataVector &alpha, double dThreshold, sgpp::base::level_t maxLevel) | sgpp::pde::PDESolver | |
refineInitialGridSurplusToMaxLevelSubDomain(sgpp::base::DataVector &alpha, double dThreshold, sgpp::base::level_t maxLevel, std::vector< double > &norm_mu, std::vector< double > &norm_sigma) | sgpp::pde::PDESolver | |
setGrid(const std::string &serializedGrid) | sgpp::pde::PDESolver | |
solvePDE(sgpp::base::DataVector &alpha, sgpp::base::DataVector &rhs, size_t maxCGIterations, double epsilonCG, bool verbose=false) | sgpp::pde::PoissonEquationSolver | virtual |
storeInnerRHS(sgpp::base::DataVector &alpha, std::string tFilename) | sgpp::pde::PoissonEquationSolver | |
storeInnerSolution(sgpp::base::DataVector &alpha, size_t maxCGIterations, double epsilonCG, std::string tFilename) | sgpp::pde::PoissonEquationSolver | |
~EllipticPDESolver() | sgpp::pde::EllipticPDESolver | virtual |
~PDESolver() | sgpp::pde::PDESolver | virtual |
~PoissonEquationSolver() | sgpp::pde::PoissonEquationSolver | virtual |