//////////////////////////////////////////////////////////////////////////////// // export C interface extern "C" void Gold_laplace3d(int NX, int NY, int NZ, float* u1, float* u2) { int i, j, k, ind; float sixth=1.0f/6.0f; // predefining this improves performance more than 10% for (k=0; k