escript
Revision_
|
Go to the source code of this file.
Classes | |
class | escript::EscriptParams |
Namespaces | |
escript | |
Functions | |
void | escript::setEscriptParamInt (const char *name, int value) |
Set the value of a named parameter. See listEscriptParams() (showEscriptParams() in python) for available parameters. More... | |
int | escript::getEscriptParamInt (const char *name, int sentinel=0) |
get the value of a named parameter. See listEscriptParams() (showEscriptParams() in python) for available parameters. More... | |
boost::python::list | escript::listEscriptParams () |
describe available paramters. More... | |