Overture
Version 25
|
#include "A++.h"
Macros | |
#define | FOR_3(i1, i2, i3, I1, I2, I3) |
#define | FOR_3D(i1, i2, i3, I1, I2, I3) |
#define | EXACT(x, y, t) sin(pi*((x)-c*(t))) |
#define | U(i0, i1, i2) up[i0+uDim0*(i1+uDim1*(i2))] |
#define | UOLD(i0, i1, i2) uOldp[i0+uOldDim0*(i1+uOldDim1*(i2))] |
#define | UNEW(i0, i1, i2) uNewp[i0+uNewDim0*(i1+uNewDim1*(i2))] |
Typedefs | |
typedef double | real |
typedef doubleArray | realArray |
typedef doubleSerialArray | realSerialArray |
Functions | |
int | main (int argc, char **argv) |
#define FOR_3 | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
#define FOR_3D | ( | i1, | |
i2, | |||
i3, | |||
I1, | |||
I2, | |||
I3 | |||
) |
Referenced by main().
typedef double real |
typedef doubleArray realArray |
typedef doubleSerialArray realSerialArray |