Overture
Version 25
|
Macros | |
#define | DERIVATIVE(type) |
#define | h21(n) h21c[n] |
#define | h41(n) h41c[n] |
Functions | |
void | vorticityFDerivative (const realMappedGridFunction &ugf, RealDistributedArray &derivative, const Index &I1, const Index &I2, const Index &I3, const Index &N, MappedGridOperators &mgop) |
#define DERIVATIVE | ( | type | ) |
Referenced by vorticityFDerivative().
#define h21 | ( | n | ) | h21c[n] |
#define h41 | ( | n | ) | h41c[n] |
void vorticityFDerivative | ( | const realMappedGridFunction & | ugf, |
RealDistributedArray & | derivative, | ||
const Index & | I1, | ||
const Index & | I2, | ||
const Index & | I3, | ||
const Index & | N, | ||
MappedGridOperators & | mgop | ||
) |
References DERIVATIVE, MappedGridOperators::dx, MappedGrid::inverseCenterDerivative(), MappedGrid::inverseVertexDerivative(), MappedGrid::isAllVertexCentered(), MappedGridOperators::isRectangular(), GenericMappedGridOperators::mappedGrid, MappedGrid::numberOfDimensions(), GenericMappedGridOperators::orderOfAccuracy, R, MappedGridOperators::urp, MappedGridOperators::usp, and MappedGridOperators::utp.
Referenced by MappedGridOperators::updateDerivativeFunctions().