CG  Version 25
Macros | Functions
ProjectVelocity.C File Reference
#include "ProjectVelocity.h"
#include "CompositeGridOperators.h"
#include "Oges.h"
#include "Parameters.h"
#include "ParallelUtility.h"
Include dependency graph for ProjectVelocity.C:

Macros

#define ForBoundary(side, axis)
 
#define getDivAndNorms   EXTERN_C_NAME(getdivandnorms)
 

Functions

void getDivAndNorms (const int &nd, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &nd4a, const int &nd4b, const int &mask, const real &xy, const real &rsxy, const real &u, const real &div, const int &ipar, real &rpar, const int &ierr)
 

Macro Definition Documentation

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

Referenced by ProjectVelocity::projectVelocity().

#define getDivAndNorms   EXTERN_C_NAME(getdivandnorms)

Function Documentation

void getDivAndNorms ( const int &  nd,
const int &  n1a,
const int &  n1b,
const int &  n2a,
const int &  n2b,
const int &  n3a,
const int &  n3b,
const int &  nd1a,
const int &  nd1b,
const int &  nd2a,
const int &  nd2b,
const int &  nd3a,
const int &  nd3b,
const int &  nd4a,
const int &  nd4b,
const int &  mask,
const real &  xy,
const real &  rsxy,
const real &  u,
const real &  div,
const int &  ipar,
real &  rpar,
const int &  ierr 
)