Disabled forcing and upwinding for performance tests. Set default grid size to 512^3. Set default cmake params s.t. benchmarks can be reproduced out-of-the-box.

This commit is contained in:
jpekkila
2020-06-02 14:08:34 +03:00
parent a753ca92f2
commit 0d80834619
4 changed files with 11 additions and 11 deletions

View File

@@ -5,9 +5,9 @@
* "Compile-time" params
* =============================================================================
*/
AC_nx = 128
AC_ny = 128
AC_nz = 128
AC_nx = 512
AC_ny = 512
AC_nz = 512
AC_dsx = 0.04908738521
AC_dsy = 0.04908738521