SG++-Doxygen-Documentation
|
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... | |
def python.hierarchisation.buildParable | ( | dim | ) |
builds parable test function over [0,1]^d
dim | dimension of the parable's space |
References sgpp::combigrid.pow().
Referenced by python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTest(), python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTestPrintND(), and python.hierarchisation.runHierarchisationDehierarchisationModLinearTestPrintND().
def python.hierarchisation.buildParableBoundary | ( | dim | ) |
build parable test function over [0,1]^d with boundaries
dim | dimension of the parable's space |
Referenced by python.hierarchisation.runHierarchisationDehierarchisationLinearBoundaryRegularTestPrintND(), python.hierarchisation.runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTest(), python.hierarchisation.runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTestPrintND(), and python.hierarchisation.runHierarchisationDehierarchisationModLinearRegularTest().
def python.hierarchisation.callback_deprecated | ( | option, | |
opt, | |||
value, | |||
parser | |||
) |
Outputs a deprecated warning for an option.
option | Parameter set by the OptionParser |
opt | Parameter set by the OptionParser |
value | Parameter set by the OptionParser |
parser | Parameter set by the OptionParser |
def python.hierarchisation.runHierarchisationDehierarchisationLinearBoundaryRegularTestPrintND | ( | dim, | |
level, | |||
resolution | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid
dim | the dimension of the test grid |
level | the max. level of the test sparse grid |
resolution | the 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().
def python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTest | ( | dim, | |
level | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse
dim | the dimension of the test grid |
level | the 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().
def python.hierarchisation.runHierarchisationDehierarchisationLinearRegularTestPrintND | ( | dim, | |
level, | |||
resolution | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid
dim | the dimension of the test grid |
level | the max. level of the test sparse grid |
resolution | the 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().
def python.hierarchisation.runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTest | ( | dim, | |
level | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse
dim | the dimension of the test grid |
level | the 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().
def python.hierarchisation.runHierarchisationDehierarchisationLinearTruncatedBoundaryRegularTestPrintND | ( | dim, | |
level, | |||
resolution | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid
dim | the dimension of the test grid |
level | the max. level of the test sparse grid |
resolution | the 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().
def python.hierarchisation.runHierarchisationDehierarchisationModLinearRegularTest | ( | dim, | |
level | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse
dim | the dimension of the test grid |
level | the 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().
def python.hierarchisation.runHierarchisationDehierarchisationModLinearTestPrintND | ( | dim, | |
level, | |||
resolution | |||
) |
tests the hierarchisation and dehierarchisation routine of sgpp with a sparse and evals the hierachified sparse grid
dim | the dimension of the test grid |
level | the max. level of the test sparse grid |
resolution | the 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().