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 | XV1(iv, axis) (xab[0][axis]+dvx[axis]*(iv[axis]-iv0[axis])) |
#define | RB(i0, i1, i2, i3) rbp[i0+rbDim0*(i1+rbDim1*(i2+rbDim2*(i3)))] |
#define | XV1(iv, axis) (xab[0][axis]+dvx[axis]*(iv[axis]-iv0[axis])) |
Typedefs | |
typedef TrivialArray < BoundaryAdjustment, Range > | BoundaryAdjustmentArray |
typedef TrivialArray < BoundaryAdjustmentArray, Range > | BoundaryAdjustmentArray2 |
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
Referenced by Ogen::getAdjustmentVectors(), and Ogen::updateBoundaryAdjustment().
#define FOR_3IJD | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3, | |||
j1, | |||
j2, | |||
j3, | |||
J1, | |||
J2, | |||
J3 | |||
) |
Referenced by Ogen::getAdjustmentVectors().
#define GET_LOCAL | ( | type, | |
xd, | |||
xs | |||
) | type ## SerialArray & xs = xd |
#define GET_LOCAL_CONST | ( | type, | |
xd, | |||
xs | |||
) | const type ## SerialArray & xs = xd |
#define XV1 | ( | iv, | |
axis | |||
) | (xab[0][axis]+dvx[axis]*(iv[axis]-iv0[axis])) |
#define XV1 | ( | iv, | |
axis | |||
) | (xab[0][axis]+dvx[axis]*(iv[axis]-iv0[axis])) |
typedef TrivialArray<BoundaryAdjustment,Range> BoundaryAdjustmentArray |
typedef TrivialArray<BoundaryAdjustmentArray,Range> BoundaryAdjustmentArray2 |