Skip to content

Commit 1acc339

Browse files
committed
tweak parameteres
1 parent 7bc2b26 commit 1acc339

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ExampleCodes/SUNDIALS/AdvDiff-HyprePrecon/Exec/inputs_sundials

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plot_int = 10
66

77
dt = 1.e-4
88

9-
advCoeffx = 1.
10-
advCoeffy = 1.
9+
advCoeffx = 10.
10+
advCoeffy = 10.
1111

12-
diffCoeffx = 0.1
13-
diffCoeffy = 0.1
12+
diffCoeffx = 1.
13+
diffCoeffy = 1.
1414

1515
# Use adaptive time stepping (multi-stage integrators only!) and set integrator relative and absolute tolerances
1616
# adapt_dt = true

0 commit comments

Comments
 (0)