Overture
Version 25
|
#include "MappingGeometry.h"
#include "CompositeSurface.h"
#include "UnstructuredMapping.h"
#include "CompositeTopology.h"
Macros | |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) int I1Base=I1.getBase(), I2Base=I2.getBase(), I3Base=I3.getBase();int I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
#define | FOR_3(i1, i2, i3, I1, I2, I3) I1Base=I1.getBase(), I2Base=I2.getBase(), I3Base=I3.getBase();I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
#define | X(i0, i1, i2, i3) vertexp[i0+vertexDim0*(i1+vertexDim1*(i2+vertexDim2*(i3)))] |
#define | SQR(x) ((x)*(x)) |
#define | CUBE(x) ((x)*(x)*(x)) |
#define | x(i0, i1) xp[(i0)+xDim0*(i1)] |
Referenced by MappingGeometry::computeVolumeIntegrals().
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) | I1Base=I1.getBase(), I2Base=I2.getBase(), I3Base=I3.getBase();I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) | int I1Base=I1.getBase(), I2Base=I2.getBase(), I3Base=I3.getBase();int I1Bound=I1.getBound(), I2Bound=I2.getBound(), I3Bound=I3.getBound();for( i3=I3Base; i3<=I3Bound; i3++ ) for( i2=I2Base; i2<=I2Bound; i2++ ) for( i1=I1Base; i1<=I1Bound; i1++ ) |
Referenced by MappingGeometry::getGeometricProperties().
Referenced by MappingGeometry::computeVolumeIntegrals().
#define x | ( | i0, | |
i1 | |||
) | xp[(i0)+xDim0*(i1)] |