#include <iostream>
Go to the source code of this file.
Defines | |
#define | phi0(x, y, z) |
#define | phi1(x, y, z) |
#define | phi2(x, y, z) |
#define | phi3(x, y, z) |
#define | phi4(x, y, z) |
#define | phi5(x, y, z) |
#define | phi6(x, y, z) |
#define | phi7(x, y, z) |
Functions | |
int | main () |
|
Value: (0.1875 - (0.1875*(x)) - (0.0625*(y)) - (0.1875*(z))\ + (0.0625*(x)*(y)) + (0.0625*(y)*(z)) + (0.1875*(z)*(x)) - (0.0625*(x)*(y)*(z))) Definition at line 7 of file testShFn.C. Referenced by main(). |
|
Value: (0.125 + (0.125*(x)) - (0.125*(y)) - (0.125*(z))\ - (0.125*(x)*(y)) + (0.125*(y)*(z)) - (0.125*(z)*(x)) + (0.125*(x)*(y)*(z))) Definition at line 10 of file testShFn.C. Referenced by main(). |
|
Value: (0.0625 - (0.0625*(x)) + (0.0625*(y)) - (0.0625*(z))\ - (0.0625*(x)*(y)) - (0.0625*(y)*(z)) + (0.0625*(z)*(x)) + (0.0625*(x)*(y)*(z))) Definition at line 13 of file testShFn.C. Referenced by main(). |
|
Value: (0.125 + (0.125*(x)) + (0.125*(y)) - (0.125*(z))\ + (0.125*(x)*(y)) - (0.125*(y)*(z)) - (0.125*(z)*(x)) - (0.125*(x)*(y)*(z))) Definition at line 16 of file testShFn.C. Referenced by main(). |
|
Value: (0.125 - (0.125*(x)) - (0.125*(y)) + (0.125*(z))\ + (0.125*(x)*(y)) - (0.125*(y)*(z)) - (0.125*(z)*(x)) + (0.125*(x)*(y)*(z))) Definition at line 19 of file testShFn.C. Referenced by main(). |
|
Value: (0.125 + (0.125*(x)) - (0.125*(y)) + (0.125*(z))\ - (0.125*(x)*(y)) - (0.125*(y)*(z)) + (0.125*(z)*(x)) - (0.125*(x)*(y)*(z))) Definition at line 22 of file testShFn.C. Referenced by main(). |
|
Value: (0.125 - (0.125*(x)) + (0.125*(y)) + (0.125*(z))\ - (0.125*(x)*(y)) + (0.125*(y)*(z)) - (0.125*(z)*(x)) - (0.125*(x)*(y)*(z))) Definition at line 25 of file testShFn.C. Referenced by main(). |
|
Value: (0.125 + (0.125*(x)) + (0.125*(y)) + (0.125*(z))\ + (0.125*(x)*(y)) + (0.125*(y)*(z)) + (0.125*(z)*(x)) + (0.125*(x)*(y)*(z))) Definition at line 28 of file testShFn.C. Referenced by main(). |
|
Definition at line 31 of file testShFn.C. References phi0, phi1, phi2, phi3, phi4, phi5, phi6, and phi7. |