Enabled toy forcing by default for testing purposes. Note that there are two LFORCING switches at the moment: one in astaroth.h and one in acc/mhd_solver/stencil_process.sps. The switches are not linked and the tests fail or simulations generate unexpected results if both switches are not set to the same value. This will be fixed in the near future.
This commit is contained in:
@@ -74,7 +74,7 @@ extern "C" {
|
||||
// L-prefix inherited from the old Astaroth, no idea what it means
|
||||
// MV: L means a Logical switch variale, something having true of false value.
|
||||
// Note: forcing is disabled currently in the files generated by acc (compiler of our DSL)
|
||||
#define LFORCING (0)
|
||||
#define LFORCING (1)
|
||||
#define LINDUCTION (1)
|
||||
#define LENTROPY (1)
|
||||
#define LTEMPERATURE (0)
|
||||
|
Reference in New Issue
Block a user