Skip to content

Commit a6520c6

Browse files
try QR
1 parent 8cc950d commit a6520c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Hydraulic/isothermal_compressible.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ end
151151
@mtkbuild sys = System()
152152
prob = ODEProblem(sys, [], (0, 5))
153153
@show prob.u0
154-
sol = solve(prob, Rodas5P(); abstol = 1e-6, reltol = 1e-9)
154+
sol = solve(prob, Rodas5P(linsolve = OrdinaryDiffEq.OrdinaryDiffEqNonlinearSolve.LinearSolve.QRFactorization(OrdinaryDiffEq.OrdinaryDiffEqNonlinearSolve.LinearSolve.ColumnNorm())); abstol = 1e-6, reltol = 1e-9)
155155
@show sol[1]
156156
# begin
157157
# fig = Figure()

0 commit comments

Comments
 (0)