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

Macros

#define ARITHMETIC_AVERAGE(s, I1, I2, I3, J1, J2, J3)   (s(I1,I2,I3) + s(J1,J2,J3))
 
#define RXI(I1, I2, I3, dir)   (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 0))
 
#define SXI(I1, I2, I3, dir)   (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 1))
 
#define TXI(I1, I2, I3, dir)   (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 2))
 

Functions

void derivativeScalarDerivativeFDerivCoefficients42 (RealDistributedArray &derivative, const realMappedGridFunction &s, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void derivativeScalarDerivativeFDerivCoefficients43 (RealDistributedArray &derivative, const realMappedGridFunction &s, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void derivativeScalarDerivativeFDerivCoefficients2 (RealDistributedArray &derivative, const realMappedGridFunction &s, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void derivativeScalarDerivativeFDerivCoefficients (RealDistributedArray &derivative, const realMappedGridFunction &s, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 

Macro Definition Documentation

#define ARITHMETIC_AVERAGE (   s,
  I1,
  I2,
  I3,
  J1,
  J2,
  J3 
)    (s(I1,I2,I3) + s(J1,J2,J3))
#define RXI (   I1,
  I2,
  I3,
  dir 
)    (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 0))
#define SXI (   I1,
  I2,
  I3,
  dir 
)    (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 1))
#define TXI (   I1,
  I2,
  I3,
  dir 
)    (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 2))

Function Documentation

void derivativeScalarDerivativeFDerivCoefficients ( RealDistributedArray derivative,
const realMappedGridFunction s,
const int &  direction1,
const int &  direction2,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void derivativeScalarDerivativeFDerivCoefficients2 ( RealDistributedArray derivative,
const realMappedGridFunction s,
const int &  direction1,
const int &  direction2,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void derivativeScalarDerivativeFDerivCoefficients42 ( RealDistributedArray derivative,
const realMappedGridFunction s,
const int &  direction1,
const int &  direction2,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)

References Overture::abort().

void derivativeScalarDerivativeFDerivCoefficients43 ( RealDistributedArray derivative,
const realMappedGridFunction s,
const int &  direction1,
const int &  direction2,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)

References Overture::abort().