Overture  Version 25
Macros | Functions
GenericMappedGridOperators.C File Reference
#include "GenericMappedGridOperators.h"
#include "SparseRep.h"
#include "GridFunctionParameters.h"
#include "display.h"
#include "ParallelUtility.h"
#include "AssignInterpNeighbours.h"
Include dependency graph for GenericMappedGridOperators.C:

Macros

#define FUNCTION(type)
 
#define FUNCTION_COEFFICIENTS(type)
 
#define SCALAR_FUNCTION(type)
 
#define SCALAR_FUNCTION_COEFFICIENTS(type)
 
#define CE(c, e)   (stencilSize*((c)+numberOfComponentsForCoefficients*(e)))
 
#define findInterNeighboursOptInit   EXTERN_C_NAME(findinterneighboursoptinit)
 
#define findInterNeighboursOpt   EXTERN_C_NAME(findinterneighboursopt)
 

Functions

void findInterNeighboursOptInit (const int &nd, const int &ndm1a, const int &ndm1b, const int &ndm2a, const int &ndm2b, const int &ndm3a, const int &ndm3b, const int &ndip, const int &indexRange, int &ni, int &ip, const int &mask)
 
void findInterNeighboursOpt (const int &nd, const int &ndm1a, const int &ndm1b, const int &ndm2a, const int &ndm2b, const int &ndm3a, const int &ndm3b, const int &ndi, const int &ndin, const int &indexRange, const int &dimension, const int &ni, int &nin, const int &mask, int &m, const int &ip, int &id, int &ia, int &vew, int &ipar, int &ierr)
 

Macro Definition Documentation

#define CE (   c,
 
)    (stencilSize*((c)+numberOfComponentsForCoefficients*(e)))
#define findInterNeighboursOpt   EXTERN_C_NAME(findinterneighboursopt)
#define findInterNeighboursOptInit   EXTERN_C_NAME(findinterneighboursoptinit)
#define FUNCTION (   type)
Value:
realMappedGridFunction GenericMappedGridOperators:: \
type(const realMappedGridFunction & u, \
const Index & I1, \
const Index & I2, \
const Index & I3, \
const Index & I4, \
const Index & I5, \
const Index & I6, \
const Index & I7, \
const Index & I8 ) \
{ \
throwErrorMessage(#type); \
} \
realMappedGridFunction GenericMappedGridOperators:: \
type(const realMappedGridFunction & u, \
const GridFunctionParameters & gfType, \
const Index & I1, \
const Index & I2, \
const Index & I3, \
const Index & I4, \
const Index & I5, \
const Index & I6, \
const Index & I7, \
const Index & I8 ) \
{ \
throwErrorMessage(#type); \
}
#define FUNCTION_COEFFICIENTS (   type)
Value:
realMappedGridFunction GenericMappedGridOperators:: \
type( \
const Index & I1, \
const Index & I2, \
const Index & I3, \
const Index & I4, \
const Index & I5, \
const Index & I6, \
const Index & I7, \
const Index & I8 ) \
{ \
throwErrorMessage(#type); \
} \
realMappedGridFunction GenericMappedGridOperators:: \
type( \
const GridFunctionParameters & gfType, \
const Index & I1, \
const Index & I2, \
const Index & I3, \
const Index & I4, \
const Index & I5, \
const Index & I6, \
const Index & I7, \
const Index & I8 ) \
{ \
throwErrorMessage(#type); \
}
#define SCALAR_FUNCTION (   type)
#define SCALAR_FUNCTION_COEFFICIENTS (   type)

Function Documentation

void findInterNeighboursOpt ( const int &  nd,
const int &  ndm1a,
const int &  ndm1b,
const int &  ndm2a,
const int &  ndm2b,
const int &  ndm3a,
const int &  ndm3b,
const int &  ndi,
const int &  ndin,
const int &  indexRange,
const int &  dimension,
const int &  ni,
int &  nin,
const int &  mask,
int &  m,
const int &  ip,
int &  id,
int &  ia,
int &  vew,
int &  ipar,
int &  ierr 
)
void findInterNeighboursOptInit ( const int &  nd,
const int &  ndm1a,
const int &  ndm1b,
const int &  ndm2a,
const int &  ndm2b,
const int &  ndm3a,
const int &  ndm3b,
const int &  ndip,
const int &  indexRange,
int &  ni,
int &  ip,
const int &  mask 
)