Overture  Version 25
Macros
plotStructured.C File Reference
#include "GL_GraphicsInterface.h"
#include "Mapping.h"
#include "PlotIt.h"
Include dependency graph for plotStructured.C:

Macros

#define ForBoundary(side, axis)
 
#define FOR_3(i1, i2, i3, I1, I2, I3)
 

Macro Definition Documentation

#define FOR_3 (   i1,
  i2,
  i3,
  I1,
  I2,
  I3 
)
Value:
for( i3=I3.getBase(); i3<=I3.getBound(); i3++ ) \
for( i2=I2.getBase(); i2<=I2.getBound(); i2++ ) \
for( i1=I1.getBase(); i1<=I1.getBound(); i1++ )

Referenced by PlotIt::plotStructured().

#define ForBoundary (   side,
  axis 
)
Value:
for( axis=0; axis<domainDimension; axis++ ) \
for( side=0; side<=1; side++ )

Referenced by PlotIt::plotStructured().