SG++-Doxygen-Documentation
python.hierarchisation Namespace Reference

Functions

def buildParable (dim)
 builds parable test function over [0,1]^d More...
 
def buildParableBoundary (dim)
 build parable test function over [0,1]^d with boundaries More...
 
def callback_deprecated (option, opt, value, parser)
 Outputs a deprecated warning for an option. More...
 
def runHierarchisationDehierarchisationLinearBoundaryRegularTestPrintND (dim, level, resolution)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid More...
 
def runHierarchisationDehierarchisationLinearRegularTest (dim, level)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse More...
 
def runHierarchisationDehierarchisationLinearRegularTestPrintND (dim, level, resolution)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid More...
 
def runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTest (dim, level)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse More...
 
def runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTestPrintND (dim, level, resolution)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid More...
 
def runHierarchisationDehierarchisationModLinearRegularTest (dim, level)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse More...
 
def runHierarchisationDehierarchisationModLinearTestPrintND (dim, level, resolution)
 tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid More...
 

Function Documentation

◆ buildParable()

def python.hierarchisation.buildParable (   dim)

builds parable test function over [0,1]^d

Parameters
dimdimension of the parable's space
Returns
returns a string that contains the function as string

References sgpp::combigrid.pow().

Referenced by python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTest(), python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTestPrintND(), and python.hierarchisation.runHierarchisationDehierarchisationModLinearTestPrintND().

◆ buildParableBoundary()

def python.hierarchisation.buildParableBoundary (   dim)

◆ callback_deprecated()

def python.hierarchisation.callback_deprecated (   option,
  opt,
  value,
  parser 
)

Outputs a deprecated warning for an option.

Parameters
optionParameter set by the OptionParser
optParameter set by the OptionParser
valueParameter set by the OptionParser
parserParameter set by the OptionParser

◆ runHierarchisationDehierarchisationLinearBoundaryRegularTestPrintND()

def python.hierarchisation.runHierarchisationDehierarchisationLinearBoundaryRegularTestPrintND (   dim,
  level,
  resolution 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid
resolutionthe number of testpoints in every dimension

References python.hierarchisation.buildParableBoundary(), python.toolsExtended.compareResultFiles(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), python.toolsExtended.printNDFunction(), python.toolsExtended.printRefNDFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().

◆ runHierarchisationDehierarchisationLinearRegularTest()

def python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTest (   dim,
  level 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid

References python.hierarchisation.buildParable(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().

◆ runHierarchisationDehierarchisationLinearRegularTestPrintND()

def python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTestPrintND (   dim,
  level,
  resolution 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid
resolutionthe number of testpoints in every dimension

References python.hierarchisation.buildParable(), python.toolsExtended.compareResultFiles(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), python.toolsExtended.printNDFunction(), python.toolsExtended.printRefNDFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().

◆ runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTest()

def python.hierarchisation.runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTest (   dim,
  level 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid

References python.hierarchisation.buildParableBoundary(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().

◆ runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTestPrintND()

def python.hierarchisation.runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTestPrintND (   dim,
  level,
  resolution 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid
resolutionthe number of testpoints in every dimension

References python.hierarchisation.buildParableBoundary(), python.toolsExtended.compareResultFiles(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), python.toolsExtended.printNDFunction(), python.toolsExtended.printRefNDFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().

◆ runHierarchisationDehierarchisationModLinearRegularTest()

def python.hierarchisation.runHierarchisationDehierarchisationModLinearRegularTest (   dim,
  level 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid

References python.hierarchisation.buildParableBoundary(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().

◆ runHierarchisationDehierarchisationModLinearTestPrintND()

def python.hierarchisation.runHierarchisationDehierarchisationModLinearTestPrintND (   dim,
  level,
  resolution 
)

tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid

Parameters
dimthe dimension of the test grid
levelthe max. level of the test sparse grid
resolutionthe number of testpoints in every dimension

References python.hierarchisation.buildParable(), python.toolsExtended.compareResultFiles(), python.toolsExtended.doDehierarchisation(), python.toolsExtended.doHierarchisation(), python.toolsExtended.evalFunction(), python.toolsExtended.printNDFunction(), python.toolsExtended.printRefNDFunction(), sgpp::combigrid.split(), and python.toolsExtended.testHierarchisationResults().