escript
Revision_
|
Namespaces | |
finley | |
A suite of factory methods for creating various finley domains. | |
Macros | |
#define | SSCANF_CHECK(scan_ret) { if (scan_ret == EOF) { errorFlag = 1;} } |
#define | MAX_numNodes_gmsh 20 |
#define | EARLY_EOF 1 |
#define | MISSING_NODES 2 |
#define | MISSING_ELEMENTS 3 |
#define | THROW_ERROR 4 |
#define | SUCCESS 5 |
#define | ERROR 6 |
#define EARLY_EOF 1 |
#define ERROR 6 |
Referenced by escript::SubWorld::synchVariableInfo().
#define MAX_numNodes_gmsh 20 |
#define MISSING_ELEMENTS 3 |
#define MISSING_NODES 2 |
#define SSCANF_CHECK | ( | scan_ret | ) | { if (scan_ret == EOF) { errorFlag = 1;} } |
#define SUCCESS 5 |
#define THROW_ERROR 4 |