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)) |
#define | h21(n) h21c[n] |
#define | h22(n) h22c[n] |
#define | h21(n) h21c[n] |
#define | h22(n) h22c[n] |
#define | h22(n) h22c[n] |
Functions | |
void | derivativeScalarDerivativeFDerivative43 (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative42 (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative23 (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative23R (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative22 (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative22R (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative21 (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative21R (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
void | derivativeScalarDerivativeFDerivative (const realMappedGridFunction &ugf, const realMappedGridFunction &s, RealDistributedArray &derivative, const int &direction1, const int &direction2, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
#define h21 | ( | n | ) | h21c[n] |
Referenced by MappedGridOperators::derivativeInternal(), derivativeScalarDerivativeFDerivative22R(), derivativeScalarDerivativeFDerivative23R(), divFDerivative(), divVectorScalarFDerivative21R(), divVectorScalarFDerivative22R(), divVectorScalarFDerivative23R(), scalarGradFDerivative21R(), scalarGradFDerivative22R(), scalarGradFDerivative23R(), xFDerivative(), xFDerivCoefficients(), xxFDerivative(), xyFDerivative(), xyFDerivCoefficients(), xzFDerivative(), xzFDerivCoefficients(), yFDerivative(), yFDerivCoefficients(), yyFDerivative(), yzFDerivative(), yzFDerivCoefficients(), zFDerivative(), zFDerivCoefficients(), and zzFDerivative().
#define h21 | ( | n | ) | h21c[n] |
#define h22 | ( | n | ) | h22c[n] |
Referenced by MappedGridOperators::derivativeInternal(), derivativeScalarDerivativeFDerivative21R(), derivativeScalarDerivativeFDerivative22R(), derivativeScalarDerivativeFDerivative23R(), divScalarGradFDerivative21R(), divScalarGradFDerivative22R(), divScalarGradFDerivative23R(), divScalarGradFDerivCoefficients2R(), laplaceFDerivative(), laplaceFDerivCoefficients(), xFDerivative(), xxFDerivative(), xxFDerivCoefficients(), xyFDerivative(), xzFDerivative(), yFDerivative(), yyFDerivative(), yyFDerivCoefficients(), yzFDerivative(), zFDerivative(), zzFDerivative(), and zzFDerivCoefficients().
#define h22 | ( | n | ) | h22c[n] |
#define h22 | ( | n | ) | h22c[n] |
#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)) |
Referenced by derivativeScalarDerivativeFDerivative22(), and derivativeScalarDerivativeFDerivative23().
#define TXI | ( | I1, | |
I2, | |||
I3, | |||
dir | |||
) | (inverseVertexDerivative(I1,I2,I3, numberOfDimensions *(dir) + 2)) |
Referenced by derivativeScalarDerivativeFDerivative23().
void derivativeScalarDerivativeFDerivative | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort(), derivativeScalarDerivativeFDerivative21(), derivativeScalarDerivativeFDerivative21R(), derivativeScalarDerivativeFDerivative22(), derivativeScalarDerivativeFDerivative22R(), derivativeScalarDerivativeFDerivative23(), derivativeScalarDerivativeFDerivative23R(), MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), MappedGridOperators::isRectangular(), GenericMappedGridOperators::mappedGrid, MappedGrid::numberOfDimensions(), and GenericMappedGridOperators::orderOfAccuracy.
Referenced by MappedGridOperators::derivativeScalarDerivative().
void derivativeScalarDerivativeFDerivative21 | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort(), ARITHMETIC_AVERAGE, GenericMappedGridOperators::arithmeticAverage, axis1, MappedGrid::centerJacobian(), evaluate(), GenericMappedGridOperators::getAveragingType(), MappedGrid::gridSpacing(), GenericMappedGridOperators::harmonic(), MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), GenericMappedGridOperators::mappedGrid, MappedGrid::numberOfDimensions(), RXI, s, and SQR.
Referenced by derivativeScalarDerivativeFDerivative().
void derivativeScalarDerivativeFDerivative21R | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
void derivativeScalarDerivativeFDerivative22 | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort(), ARITHMETIC_AVERAGE, GenericMappedGridOperators::arithmeticAverage, axis1, axis2, MappedGrid::centerJacobian(), evaluate(), GenericMappedGridOperators::getAveragingType(), MappedGrid::gridSpacing(), GenericMappedGridOperators::harmonic(), MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), GenericMappedGridOperators::mappedGrid, MappedGrid::numberOfDimensions(), RXI, s, SQR, and SXI.
Referenced by derivativeScalarDerivativeFDerivative().
void derivativeScalarDerivativeFDerivative22R | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort(), ARITHMETIC_AVERAGE, GenericMappedGridOperators::arithmeticAverage, axis1, axis2, MappedGridOperators::dx, GenericMappedGridOperators::getAveragingType(), h21, h22, GenericMappedGridOperators::harmonic(), s, and SQR.
Referenced by derivativeScalarDerivativeFDerivative().
void derivativeScalarDerivativeFDerivative23 | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort(), ARITHMETIC_AVERAGE, GenericMappedGridOperators::arithmeticAverage, axis1, axis2, axis3, MappedGrid::centerJacobian(), evaluate(), GenericMappedGridOperators::getAveragingType(), MappedGrid::gridSpacing(), GenericMappedGridOperators::harmonic(), MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), GenericMappedGridOperators::mappedGrid, MappedGrid::numberOfDimensions(), RXI, s, SQR, SXI, and TXI.
Referenced by derivativeScalarDerivativeFDerivative().
void derivativeScalarDerivativeFDerivative23R | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort(), ARITHMETIC_AVERAGE, GenericMappedGridOperators::arithmeticAverage, axis1, axis2, axis3, MappedGridOperators::dx, GenericMappedGridOperators::getAveragingType(), h21, h22, GenericMappedGridOperators::harmonic(), s, and SQR.
Referenced by derivativeScalarDerivativeFDerivative().
void derivativeScalarDerivativeFDerivative42 | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort().
void derivativeScalarDerivativeFDerivative43 | ( | const realMappedGridFunction & | ugf, |
const realMappedGridFunction & | s, | ||
RealDistributedArray & | derivative, | ||
const int & | direction1, | ||
const int & | direction2, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References Overture::abort().