Skip to content

Commit cb055b7

Browse files
committed
Fine tune timesteps
1 parent 4ac9ef7 commit cb055b7

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

figures/Figure_1.png

-10.5 KB
Loading

figures/Figure_2.png

4.42 KB
Loading

figures/Figure_3.png

1.87 KB
Loading

main

0 Bytes
Binary file not shown.

main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ int main(int argc, char *argv[])
293293
double e_AA = -(2.0/27.0);
294294
double e_BB = -(2.0/27.0);
295295
double e_AB = (2.0/27.0);
296-
int t_f = 2500;
296+
int t_f = 25000;
297297
int t_freq = 10;
298298
double gamma = 0.5;
299299
double D = 1.0;

0 commit comments

Comments
 (0)