add citation information
[LbmBenchmarkKernelsPublic.git] / src / Lattice.h
index 99b3fc30a641c75d9977a26371935ee6d9fb8777..97ef1f4a6657d8f0ed8fa352d9108e8c13a99191 100644 (file)
@@ -51,6 +51,7 @@ typedef struct LatticeDesc_ {
        int PeriodicX;          // Periodic in X direction.
        int PeriodicY;          // Periodic in Y direction.
        int PeriodicZ;          // Periodic in Z direction.
+       const char * Name;      // Geometry Name, points to statically allocated names, do not free!
 } LatticeDesc;
 
 
@@ -74,5 +75,6 @@ static inline int L_INDEX_4(int dims[3], int x, int y, int z)
        return z * dims[0] * dims[1] + y * dims[0] + x;
 }
 
+void LatDumpAscii(LatticeDesc * ld, int zStart, int zStop);
 
 #endif // __LATTICE_H__
This page took 0.048024 seconds and 5 git commands to generate.