Overture
Version 25
|
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) |
Referenced by derivativeScalarDerivativeFDerivCoefficients2().
#define RXI | ( | I1, | |
I2, | |||
I3, | |||
dir | |||
) | (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 0)) |
Referenced by derivativeScalarDerivativeFDerivCoefficients2().
#define SXI | ( | I1, | |
I2, | |||
I3, | |||
dir | |||
) | (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 1)) |
Referenced by derivativeScalarDerivativeFDerivCoefficients2().
#define TXI | ( | I1, | |
I2, | |||
I3, | |||
dir | |||
) | (inverseVertexDerivative(I1,I2,I3, numberOfDimensions * dir + 2)) |
Referenced by derivativeScalarDerivativeFDerivCoefficients2().
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 | ||
) |
References Overture::abort(), c, CE, derivativeScalarDerivativeFDerivCoefficients2(), FALSE, MappedGridOperators::isRectangular(), M, GenericMappedGridOperators::numberOfComponentsForCoefficients, GenericMappedGridOperators::orderOfAccuracy, and GenericMappedGridOperators::stencilSize.
Referenced by MappedGridOperators::derivativeScalarDerivativeCoefficients().
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 | ||
) |
References Overture::abort(), ARITHMETIC_AVERAGE, GenericMappedGridOperators::arithmeticAverage, axis1, axis2, axis3, MappedGrid::centerJacobian(), evaluate(), GenericMappedGridOperators::getAveragingType(), MappedGrid::gridSpacing(), MappedGridOperators::halfWidth1, MappedGridOperators::halfWidth2, MappedGridOperators::halfWidth3, GenericMappedGridOperators::harmonic(), MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), GenericMappedGridOperators::mappedGrid, MCE, GenericMappedGridOperators::numberOfComponentsForCoefficients, MappedGrid::numberOfDimensions(), RX, rx, RXI, s, SQR, GenericMappedGridOperators::stencilSize, SXI, TXI, and MappedGridOperators::width.
Referenced by derivativeScalarDerivativeFDerivCoefficients().
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().