diff --git a/acc/mhd_solver/stencil_kernel.ac b/acc/mhd_solver/stencil_kernel.ac index 905eb65..0f37ea5 100644 --- a/acc/mhd_solver/stencil_kernel.ac +++ b/acc/mhd_solver/stencil_kernel.ac @@ -5,8 +5,8 @@ #define LMAGNETIC (1) #define LENTROPY (1) #define LTEMPERATURE (0) -#define LFORCING (1) -#define LUPWD (1) +#define LFORCING (0) +#define LUPWD (0) #define LSINK (0) #define AC_THERMAL_CONDUCTIVITY (0.001) // TODO: make an actual config parameter diff --git a/src/utils/modelsolver.c b/src/utils/modelsolver.c index 86cff90..4117168 100644 --- a/src/utils/modelsolver.c +++ b/src/utils/modelsolver.c @@ -38,8 +38,8 @@ #define LMAGNETIC (1) #define LENTROPY (1) #define LTEMPERATURE (0) -#define LFORCING (1) -#define LUPWD (1) +#define LFORCING (0) +#define LUPWD (0) #define AC_THERMAL_CONDUCTIVITY ((Scalar)(0.001)) // TODO: make an actual config parameter #define R_PI ((Scalar)M_PI)