Overture  Version 25
Macros | Functions
divFDCoefficients.C File Reference
#include "MappedGridOperators.h"
#include "xDC.h"
Include dependency graph for divFDCoefficients.C:

Macros

#define DERIVATIVE(type)
 

Functions

void divFDerivCoefficients (RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 

Macro Definition Documentation

#define DERIVATIVE (   type)
Value:
UX_MERGED(m1,m2,m3,c0,e0,I1,I2,I3)=UX ## type(I1,I2,I3,0)+UY ## type(I1,I2,I3,1); \
if( mgop.numberOfDimensions==3 ) \
UX_MERGED(m1,m2,m3,c0,e0,I1,I2,I3)+=UZ ## type(I1,I2,I3,2);

Function Documentation

void divFDerivCoefficients ( RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)