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

Macros

#define ARITHMETC_AVE(s, RX, I1, I2, I3, J1, J2, J3)   (s(I1,I2,I3)*RX(I1,I2,I3)+s(J1,J2,J3)*RX(J1,J2,J3))
 

Functions

void scalarGradFDerivCoefficients42 (RealDistributedArray &derivative, const realMappedGridFunction &s, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void scalarGradFDerivCoefficients43 (RealDistributedArray &derivative, const realMappedGridFunction &s, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void scalarGradFDerivCoefficients2 (RealDistributedArray &derivative, const realMappedGridFunction &s, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void scalarGradFDerivCoefficients (RealDistributedArray &derivative, const realMappedGridFunction &s, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 

Macro Definition Documentation

#define ARITHMETC_AVE (   s,
  RX,
  I1,
  I2,
  I3,
  J1,
  J2,
  J3 
)    (s(I1,I2,I3)*RX(I1,I2,I3)+s(J1,J2,J3)*RX(J1,J2,J3))

Function Documentation

void scalarGradFDerivCoefficients ( RealDistributedArray derivative,
const realMappedGridFunction s,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void scalarGradFDerivCoefficients2 ( RealDistributedArray derivative,
const realMappedGridFunction s,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void scalarGradFDerivCoefficients42 ( RealDistributedArray derivative,
const realMappedGridFunction s,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void scalarGradFDerivCoefficients43 ( RealDistributedArray derivative,
const realMappedGridFunction s,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)