|
#define | GFNAME(c0, c1, c2, c3, c4) |
|
#define | periodicUpdateOpt EXTERN_C_NAME(periodicupdateopt) |
|
#define | fixupOpt EXTERN_C_NAME(fixupopt) |
|
#define | ARGS1 |
|
#define | ARGS2 I1,I2,I3,I4,I5,I6,I7,I8 |
|
#define | DERIVATIVE(x) |
|
#define | ARGS1 |
|
#define | ARGS2 w,I1,I2,I3 |
|
#define | ARGS1 |
|
#define | ARGS2 w,I1,I2,I3,I4,I5,I6,I7,I8 |
|
#define | ARGS1 |
|
#define | ARGS2 w,direction1,direction2,I1,I2,I3,I4,I5,I6,I7,I8 |
|
#define | ARGS1 |
|
#define | ARGS2 c0,c1,c2,c3,c4,I1,I2,I3,I4,I5,I6,I7,I8 |
|
#define | ARGS1 |
|
#define | ARGS2 I1,I2,I3,I4,I5,I6,I7,I8 |
|
#define | DERIVATIVE_COEFFICIENTS(X) |
|
#define | ARGS1 |
|
#define | ARGS2 s,I1,I2,I3,I4,I5,I6,I7,I8 |
|
#define | ARGS1 |
|
#define | ARGS2 s,direction1,direction2,I1,I2,I3,I4,I5,I6,I7,I8 |
|
|
intMappedGridFunction & | multiply (const intMappedGridFunction &a_, const intMappedGridFunction &coeff_) |
|
intMappedGridFunction & | multiply (const intDistributedArray &a_, const intMappedGridFunction &coeff_) |
|
void | periodicUpdateOpt (const int &nd, const int &ndu1a, const int &ndu1b, const int &ndu2a, const int &ndu2b, const int &ndu3a, const int &ndu3b, const int &ndu4a, const int &ndu4b, int &u, const int &ca, const int &cb, const int &indexRange, const int &gridIndexRange, const int &dimension, const int &isPeriodic) |
|
void | fixupOpt (const int &nd, const int &nd1a, const int &nd1b, const int &nd2a, const int &nd2b, const int &nd3a, const int &nd3b, const int &nd4a, const int &nd4b, const int &n1a, const int &n1b, const int &n2a, const int &n2b, const int &n3a, const int &n3b, int &u, const int &val, const int &mask, const int &bc, const int &nMin, const int &nMax, const int &nGhost) |
|
intDistributedArray | operator!= (const intMappedGridFunction &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator> (const intMappedGridFunction &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator<= (const intMappedGridFunction &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator>= (const intMappedGridFunction &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator!= (const intMappedGridFunction &x, const int &y) |
|
intDistributedArray | operator> (const intMappedGridFunction &x, const int &y) |
|
intDistributedArray | operator<= (const intMappedGridFunction &x, const int &y) |
|
intDistributedArray | operator>= (const intMappedGridFunction &x, const int &y) |
|
intDistributedArray | operator!= (const int &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator> (const int &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator<= (const int &x, const intMappedGridFunction &y) |
|
intDistributedArray | operator>= (const int &x, const intMappedGridFunction &y) |
|
intDistributedArray | min (const intMappedGridFunction &u, const intMappedGridFunction &v) |
|
intDistributedArray | min (const intMappedGridFunction &u, const int &x) |
|
intDistributedArray | min (const int &x, const intMappedGridFunction &v) |
|
intDistributedArray | max (const intMappedGridFunction &u, const intMappedGridFunction &v) |
|
intDistributedArray | max (const intMappedGridFunction &u, const int &x) |
|
intDistributedArray | max (const int &x, const intMappedGridFunction &v) |
|