|
escript Revision_
|
Go to the source code of this file.
Classes | |
| class | escript::EscriptParams |
Namespaces | |
| namespace | escript |
Functions | |
| void | escript::setEscriptParamInt (const std::string &name, int value) |
| Set the value of a named parameter. See listEscriptParams() for available parameters. | |
| int | escript::getEscriptParamInt (const std::string &name, int sentinel=0) |
| get the value of a named parameter. See listEscriptParams() for available parameters. | |
| boost::python::list | escript::listEscriptParams () |
| describe available parameters. | |
| bool | escript::hasFeature (const std::string &name) |
returns true if escript was compiled with the feature name, false otherwise. | |
| boost::python::list | escript::listFeatures () |
| returns a list of features escript was compiled with. | |