|
Overture
Version 25
|
#include "cgux2a.h"#include "cgux4a.h"

Go to the source code of this file.
Macros | |
| #define | R_D_H "rD.h" |
| #define | U(I1, I2, I3, N) u(I1,I2,I3,N) |
| #define | UR2(I1, I2, I3, KD) ( (U(I1+1,I2,I3,KD)-U(I1-1,I2,I3,KD))*d12(axis1) ) |
| #define | US2(I1, I2, I3, KD) ( (U(I1,I2+1,I3,KD)-U(I1,I2-1,I3,KD))*d12(axis2) ) |
| #define | UT2(I1, I2, I3, KD) ( (U(I1,I2,I3+1,KD)-U(I1,I2,I3-1,KD))*d12(axis3) ) |
| #define | UR4(I1, I2, I3, KD) |
| #define | US4(I1, I2, I3, KD) |
| #define | UT4(I1, I2, I3, KD) |
| #define R_D_H "rD.h" |
| #define U | ( | I1, | |
| I2, | |||
| I3, | |||
| N | |||
| ) | u(I1,I2,I3,N) |
Referenced by UnstructuredOperators::applyBCdirichlet(), computeMaximumSpeed(), PlotIt::contourOpt2d(), CopyArray::copyArray(), GridFunctionNorms::getBounds(), Mapping::getGridMinAndMax(), getInitialConditions(), InterpolatePoints::interpolateAllPoints(), InterpolatePointsOnAGrid::interpolateAllPoints(), main(), Ogmg::setMean(), Ogmg::smoothLine(), and Integrate::volumeIntegral().
Referenced by laplaceFDerivative23(), and rDerivative().
| #define UR4 | ( | I1, | |
| I2, | |||
| I3, | |||
| KD | |||
| ) |
Referenced by laplaceFDerivative42(), laplaceFDerivative43(), and rDerivative().
| #define US4 | ( | I1, | |
| I2, | |||
| I3, | |||
| KD | |||
| ) |
Referenced by laplaceFDerivative42(), laplaceFDerivative43(), and sDerivative().
Referenced by laplaceFDerivative23(), and tDerivative().
| #define UT4 | ( | I1, | |
| I2, | |||
| I3, | |||
| KD | |||
| ) |
Referenced by laplaceFDerivative43(), and tDerivative().
1.8.3