Overture
Version 25
|
Macros | |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) |
#define | FOR_3(i1, i2, i3, I1, I2, I3) |
#define | CLASSIFYX(i0, i1, i2, i3) classifyXp[i0+classifyXDim0*(i1+classifyXDim1*(i2+classifyXDim2*(i3)))] |
#define | FF(i0, i1, i2, i3) ffp[i0+ffDim0*(i1+ffDim1*(i2+ffDim2*(i3)))] |
#define | useThis(grid) useThisGridp[grid] |
#define | IP(i, axis) ipp[(i)+ni*(axis)] |
#define | IG(i) igp[(i)] |
#define | UU(i0, i1, i2, i3) uup[i0+uuDim0*(i1+uuDim1*(i2+uuDim2*(i3)))] |
#define | CC(i, n) ((i)+(n)*numPerComponent) |
#define | CS(i, n) ((n)+numberOfComponents*(i)+shift) |
#define | SOL(i0) psol[i0] |
#define | UG(i0) pug[i0] |
#define | SOL(i0) psol[i0] |
#define | UG(i0) pug[i0] |
#define CC | ( | i, | |
n | |||
) | ((i)+(n)*numPerComponent) |
#define CLASSIFYX | ( | i0, | |
i1, | |||
i2, | |||
i3 | |||
) | classifyXp[i0+classifyXDim0*(i1+classifyXDim1*(i2+classifyXDim2*(i3)))] |
Referenced by Oges::formRhsAndSolutionVectors(), and Oges::generateMatrix().
#define CS | ( | i, | |
n | |||
) | ((n)+numberOfComponents*(i)+shift) |
Referenced by Oges::formRhsAndSolutionVectors(), and Oges::storeSolutionIntoGridFunction().
Referenced by Oges::formRhsAndSolutionVectors().
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
Referenced by Oges::formRhsAndSolutionVectors().
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
#define IG | ( | i | ) | igp[(i)] |
#define IP | ( | i, | |
axis | |||
) | ipp[(i)+ni*(axis)] |
#define SOL | ( | i0 | ) | psol[i0] |
Referenced by Oges::formRhsAndSolutionVectors(), and Oges::storeSolutionIntoGridFunction().
#define SOL | ( | i0 | ) | psol[i0] |
#define UG | ( | i0 | ) | pug[i0] |
#define UG | ( | i0 | ) | pug[i0] |
#define useThis | ( | grid | ) | useThisGridp[grid] |
Referenced by Oges::formRhsAndSolutionVectors().