Overture
Version 25
|
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 | FOR_3IJD(i1, i2, i3, I1, I2, I3, j1, j2, j3, J1, J2, J3) |
#define | X(i, m) xp[i+xDim0*(m)] |
#define | IP(i, m) ipp[i+ipDim0*(m)] |
#define | X0(i, m) x0p[i+x0Dim0*(m)] |
#define | BA(i1, i2, i3, m) bap[i1-nd1a+nd1*(i2-nd2a+nd2*(i3-nd3a+nd3*(m)))] |
#define | AG(i1, i2, i3, m) agp[i1-nd1a+nd1*(i2-nd2a+nd2*(i3-nd3a+nd3*(m)))] |
#define | OB(i1, i2, i3, m) obp[i1-nd1a+nd1*(i2-nd2a+nd2*(i3-nd3a+nd3*(m)))] |
Typedefs | |
typedef TrivialArray < BoundaryAdjustment, Range > | BoundaryAdjustmentArray |
typedef TrivialArray < BoundaryAdjustmentArray, Range > | BoundaryAdjustmentArray2 |
Referenced by Ogen::adjustBoundary(), and Ogen::adjustBoundarySerial().
Referenced by Ogen::adjustBoundary(), and Ogen::adjustBoundarySerial().
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
#define FOR_3IJD | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3, | |||
j1, | |||
j2, | |||
j3, | |||
J1, | |||
J2, | |||
J3 | |||
) |
Referenced by Integrate::computeStitchedSurfaceWeights(), and Integrate::computeWeights().
#define GET_LOCAL | ( | type, | |
xd, | |||
xs | |||
) | type ## SerialArray & xs = xd |
#define GET_LOCAL_CONST | ( | type, | |
xd, | |||
xs | |||
) | const type ## SerialArray & xs = xd |
#define IP | ( | i, | |
m | |||
) | ipp[i+ipDim0*(m)] |
Referenced by Ogen::adjustBoundary(), and Ogen::adjustBoundarySerial().
#define X | ( | i, | |
m | |||
) | xp[i+xDim0*(m)] |
#define X0 | ( | i, | |
m | |||
) | x0p[i+x0Dim0*(m)] |
Referenced by Ogen::adjustBoundary(), Ogen::adjustBoundarySerial(), and Mapping::mapGrid().
typedef TrivialArray<BoundaryAdjustment,Range> BoundaryAdjustmentArray |
typedef TrivialArray<BoundaryAdjustmentArray,Range> BoundaryAdjustmentArray2 |