Overture  Version 25
Macros | Functions
BoundaryOperators.C File Reference
#include "MappedGridOperators.h"
#include "UnstructuredOperators.h"
#include "SparseRep.h"
#include "conversion.h"
#include "display.h"
#include "ParallelUtility.h"
#include "AssignInterpNeighbours.h"
Include dependency graph for BoundaryOperators.C:

Macros

#define extrapInterpNeighboursOpt   EXTERN_C_NAME(extrapinterpneighboursopt)
 
#define ForBoundary(side, axis)
 

Functions

void extrapInterpNeighboursOpt (const int &nd, const int &ndu1a, const int &ndu1b, const int &ndu2a, const int &ndu2b, const int &ndu3a, const int &ndu3b, const int &ndu4a, const int &ndu4b, const int &nda1a, const int &nda1b, const int &ndd1a, const int &ndd1b, const int &ia, const int &id, const int &vew, real &u, const int &ca, const int &cb, const int &ipar, const real &rpar)
 

Macro Definition Documentation

#define extrapInterpNeighboursOpt   EXTERN_C_NAME(extrapinterpneighboursopt)
#define ForBoundary (   side,
  axis 
)
Value:
for( axis=0; axis<numberOfDimensions; axis++ ) \
for( side=0; side<=1; side++ )

Function Documentation

void extrapInterpNeighboursOpt ( const int &  nd,
const int &  ndu1a,
const int &  ndu1b,
const int &  ndu2a,
const int &  ndu2b,
const int &  ndu3a,
const int &  ndu3b,
const int &  ndu4a,
const int &  ndu4b,
const int &  nda1a,
const int &  nda1b,
const int &  ndd1a,
const int &  ndd1b,
const int &  ia,
const int &  id,
const int &  vew,
real u,
const int &  ca,
const int &  cb,
const int &  ipar,
const real rpar 
)