Overture  Version 25
Macros
rD.h File Reference
#include "cgux2a.h"
#include "cgux4a.h"
Include dependency graph for rD.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define R_D_H   "rD.h"
#define U (   I1,
  I2,
  I3,
 
)    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 UR4 (   I1,
  I2,
  I3,
  KD 
)
Value:
( (8.*(U(I1+1,I2,I3,KD)-U(I1-1,I2,I3,KD)) \
-(U(I1+2,I2,I3,KD)-U(I1-2,I2,I3,KD)))*d14(axis1) )

Referenced by laplaceFDerivative42(), laplaceFDerivative43(), and rDerivative().

#define US2 (   I1,
  I2,
  I3,
  KD 
)    ( (U(I1,I2+1,I3,KD)-U(I1,I2-1,I3,KD))*d12(axis2) )
#define US4 (   I1,
  I2,
  I3,
  KD 
)
Value:
( (8.*(U(I1,I2+1,I3,KD)-U(I1,I2-1,I3,KD)) \
-(U(I1,I2+2,I3,KD)-U(I1,I2-2,I3,KD)))*d14(axis2) )

Referenced by laplaceFDerivative42(), laplaceFDerivative43(), and sDerivative().

#define UT2 (   I1,
  I2,
  I3,
  KD 
)    ( (U(I1,I2,I3+1,KD)-U(I1,I2,I3-1,KD))*d12(axis3) )
#define UT4 (   I1,
  I2,
  I3,
  KD 
)
Value:
( (8.*(U(I1,I2,I3+1,KD)-U(I1,I2,I3-1,KD)) \
-(U(I1,I2,I3+2,KD)-U(I1,I2,I3-2,KD)))*d14(axis3) )

Referenced by laplaceFDerivative43(), and tDerivative().