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

Macros

#define h22(n)   h22c[n]
 
#define h42(n)   h42c[n]
 

Functions

void divScalarGradFDerivCoefficients (RealDistributedArray &derivative, const realMappedGridFunction &s, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void laplaceFDerivCoefficients42 (RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void laplaceFDerivCoefficients43 (RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void laplaceFDerivCoefficients2 (RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 
void laplaceFDerivCoefficients (RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &E, const Index &C, MappedGridOperators &mgop)
 

Macro Definition Documentation

#define h22 (   n)    h22c[n]
#define h42 (   n)    h42c[n]

Function Documentation

void divScalarGradFDerivCoefficients ( RealDistributedArray derivative,
const realMappedGridFunction s,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void laplaceFDerivCoefficients ( RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void laplaceFDerivCoefficients2 ( RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void laplaceFDerivCoefficients42 ( RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)
void laplaceFDerivCoefficients43 ( RealDistributedArray derivative,
const Index &  I1,
const Index &  I2,
const Index &  I3,
const Index &  E,
const Index &  C,
MappedGridOperators mgop 
)