Overture  Version 25
Macros | Functions
streamLines.C File Reference
#include "GL_GraphicsInterface.h"
#include "ParallelUtility.h"
#include "ParallelGridUtility.h"
#include "PlotIt.h"
Include dependency graph for streamLines.C:

Macros

#define ForBoundary(side, axis)
 

Functions

int xInterpolate (const int numberOfPointsToInterpolate, const IntegerArray &componentsToInterpolate, const RealArray &positionToInterpolate, IntegerArray &indexGuess, RealArray &uInterpolated, const realGridCollectionFunction &u, const GridCollection &gc, const int intopt)
 
void computeMaximumSpeed (const realGridCollectionFunction &uv, GridCollection &gc, int numberOfGhostLinesToPlot, int uComponent, int vComponent, real xa, real xb, real ya, real yb, real &uMin, real &uMax)
 Determine the maximum speed for stream lines.
 

Macro Definition Documentation

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

Referenced by PlotIt::streamLines2d().

Function Documentation

void computeMaximumSpeed ( const realGridCollectionFunction uv,
GridCollection gc,
int  numberOfGhostLinesToPlot,
int  uComponent,
int  vComponent,
real  xa,
real  xb,
real  ya,
real  yb,
real uMin,
real uMax 
)
int xInterpolate ( const int  numberOfPointsToInterpolate,
const IntegerArray componentsToInterpolate,
const RealArray positionToInterpolate,
IntegerArray indexGuess,
RealArray uInterpolated,
const realGridCollectionFunction u,
const GridCollection gc,
const int  intopt 
)