escript
Revision_Unversioneddirectory
|
#include "esysUtils/first.h"
#include "DataLazy.h"
#include "esysUtils/Esys_MPI.h"
#include "FunctionSpace.h"
#include "DataTypes.h"
#include "Data.h"
#include "UnaryFuncs.h"
#include "Utils.h"
#include "EscriptParams.h"
#include <iomanip>
Namespaces | |
escript | |
Macros | |
#define | ESNEEDPYTHON |
#define | LAZYDEBUG(X) |
#define | ENABLEDEBUG privdebug=true; |
#define | DISABLEDEBUG privdebug=false; |
#define | SIZELIMIT if (m_height>escript::escriptParams.getTOO_MANY_LEVELS()) {if (escript::escriptParams.getLAZY_VERBOSE()){cerr << "SIZE LIMIT EXCEEDED height=" << m_height << endl;}resolveToIdentity();} |
Enumerations | |
enum | escript::@30::ES_opgroup |
Functions | |
const std::string & | escript::opToString (ES_optype op) |
#define DISABLEDEBUG privdebug=false; |
#define ENABLEDEBUG privdebug=true; |
#define ESNEEDPYTHON |
#define LAZYDEBUG | ( | X | ) |
#define SIZELIMIT if (m_height>escript::escriptParams.getTOO_MANY_LEVELS()) {if (escript::escriptParams.getLAZY_VERBOSE()){cerr << "SIZE LIMIT EXCEEDED height=" << m_height << endl;}resolveToIdentity();} |
Referenced by escript::DataLazy::DataLazy().
enum escript::@30::ES_opgroup |