We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc2b26 commit 1acc339Copy full SHA for 1acc339
1 file changed
ExampleCodes/SUNDIALS/AdvDiff-HyprePrecon/Exec/inputs_sundials
@@ -6,11 +6,11 @@ plot_int = 10
6
7
dt = 1.e-4
8
9
-advCoeffx = 1.
10
-advCoeffy = 1.
+advCoeffx = 10.
+advCoeffy = 10.
11
12
-diffCoeffx = 0.1
13
-diffCoeffy = 0.1
+diffCoeffx = 1.
+diffCoeffy = 1.
14
15
# Use adaptive time stepping (multi-stage integrators only!) and set integrator relative and absolute tolerances
16
# adapt_dt = true
0 commit comments