Overture
Version 25
|
Macros | |
#define | DERIVATIVE(type) |
#define | h21(n) h21c[n] |
#define | h41(n) h41c[n] |
Functions | |
void | divFDerivative (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
#define DERIVATIVE | ( | type | ) |
Referenced by divFDerivative().
#define h21 | ( | n | ) | h21c[n] |
#define h41 | ( | n | ) | h41c[n] |
Referenced by MappedGridOperators::derivativeInternal(), divFDerivative(), xFDerivative(), xFDerivCoefficients(), xxFDerivative(), xyFDerivative(), xyFDerivCoefficients(), xzFDerivative(), xzFDerivCoefficients(), yFDerivative(), yFDerivCoefficients(), yyFDerivative(), yzFDerivative(), yzFDerivCoefficients(), zFDerivative(), zFDerivCoefficients(), and zzFDerivative().
void divFDerivative | ( | const realMappedGridFunction & | ugf, |
RealDistributedArray & | derivative, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References axis1, axis2, axis3, MappedGrid::centerJacobian(), DERIVATIVE, MappedGridOperators::dx, MappedGrid::gridSpacing(), h21, h41, MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), MappedGridOperators::isRectangular(), GenericMappedGridOperators::mappedGrid, MappedGrid::numberOfDimensions(), GenericMappedGridOperators::orderOfAccuracy, R, RX, RY, MappedGridOperators::urp, GenericMappedGridOperators::usingConservativeApproximations(), MappedGridOperators::usp, and MappedGridOperators::utp.
Referenced by MappedGridOperators::updateDerivativeFunctions().