escript
Revision_
|
#include "EscriptParams.h"
#include <cstring>
#include <boost/python/tuple.hpp>
#include <cmath>
#include "esysUtils/Esys_MPI.h"
Namespaces | |
namespace | 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. | |
int | escript::getEscriptParamInt (const char *name, int sentinel=0) |
get the value of a named parameter. See listEscriptParams() (showEscriptParams() in python) for available parameters. | |
Variables | |
EscriptParams | escript::escriptParams |