escript
Revision_
|
#include "esysUtils/first.h"
#include "EscriptParams.h"
#include <cstring>
#include <boost/python/tuple.hpp>
#include <cmath>
#include "esysUtils/EsysException.h"
#include "esysUtils/Esys_MPI.h"
Namespaces | |
escript | |
Macros | |
#define | ESNEEDPYTHON |
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... | |
Variables | |
EscriptParams | escript::escriptParams |
#define ESNEEDPYTHON |