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

@@ -39,7 +39,7 @@
#define LENTROPY (1)
#define LTEMPERATURE (0)
#define LFORCING (0)
#define LUPWD (1)
#define LUPWD (0)
#define AC_THERMAL_CONDUCTIVITY ((Scalar)(0.001)) // TODO: make an actual config parameter
typedef AcReal Scalar;