|
Overture
Version 25
|
#include "Ogen.h"#include "Overture.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 | XR(m, n) xra[n][m] |
| #define | XR2(m, n) xra2[n][m] |
Functions | |
| int | displayMaskNeeded (const intArray &mask, const aString &label) |
| #define GET_LOCAL | ( | type, | |
| xd, | |||
| xs | |||
| ) | type ## SerialArray & xs = xd |
| #define GET_LOCAL_CONST | ( | type, | |
| xd, | |||
| xs | |||
| ) | const type ## SerialArray & xs = xd |
Referenced by Ogen::determineMinimalIndexRange().
| #define XR | ( | m, | |
| n | |||
| ) | xra[n][m] |
Referenced by Ogen::computeInterpolationQuality().
| #define XR2 | ( | m, | |
| n | |||
| ) | xra2[n][m] |
Referenced by Ogen::computeInterpolationQuality().
| int displayMaskNeeded | ( | const intArray & | mask, |
| const aString & | label | ||
| ) |
References display(), MappedGrid::ISdiscretizationPoint, and MappedGrid::ISghostPoint.
1.8.3