#include "system_dep.h"
#include <boost/python/list.hpp>
#include "Data.h"
Go to the source code of this file.
Namespaces | |
namespace | escript |
Classes | |
class | escript::EscriptParams |
Functions | |
void | escript::setEscriptParamInt (const char *name, int value) |
Set the value of a named parameter. See listEscriptParams() (showEscriptParams() in python) for available parameters. | |
int | escript::getEscriptParamInt (const char *name, int sentinel=0) |
get the value of a named parameter. See listEscriptParams() (showEscriptParams() in python) for available parameters. | |
boost::python::list | escript::listEscriptParams () |
describe available paramters. |