|
Overture
Version 25
|
#include "Overture.h"#include "Ogen.h"#include "display.h"#include "conversion.h"#include "ParallelUtility.h"
Macros | |
| #define | GET_LOCAL(type, xd, xs) type ## SerialArray & xs = xd |
| #define | GET_LOCAL_CONST(type, xd, xs) const type ## SerialArray & xs = xd |
| #define | FOR_3(i1, i2, i3, I1, I2, I3) |
| #define | FOR_3D(i1, i2, i3, I1, I2, I3) |
| #define | indexRange2(side, axis) pIndexRange2[(side)+2*(axis)] |
| #define | extendedIndexRange2(side, axis) pExtendedIndexRange2[(side)+2*(axis)] |
| #define | localIndexBounds2(side, axis) plocalIndexBounds2[(side)+2*(axis)] |
| #define | holeOffset(axis) pHoleOffset[axis] |
| #define | holeMarker(axis) pHoleMarker[axis] |
| #define | gridSpacing2(axis) pGridSpacing2[axis] |
| #define extendedIndexRange2 | ( | side, | |
| axis | |||
| ) | pExtendedIndexRange2[(side)+2*(axis)] |
| #define FOR_3 | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
| #define FOR_3D | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
| #define GET_LOCAL | ( | type, | |
| xd, | |||
| xs | |||
| ) | type ## SerialArray & xs = xd |
| #define GET_LOCAL_CONST | ( | type, | |
| xd, | |||
| xs | |||
| ) | const type ## SerialArray & xs = xd |
| #define gridSpacing2 | ( | axis | ) | pGridSpacing2[axis] |
| #define holeMarker | ( | axis | ) | pHoleMarker[axis] |
| #define holeOffset | ( | axis | ) | pHoleOffset[axis] |
Referenced by Ogen::cutHoles(), and Ogen::getHoleWidth().
| #define indexRange2 | ( | side, | |
| axis | |||
| ) | pIndexRange2[(side)+2*(axis)] |
| #define localIndexBounds2 | ( | side, | |
| axis | |||
| ) | plocalIndexBounds2[(side)+2*(axis)] |
1.8.3