Skip to content

Commit 9947234

Browse files
committed
List Rosenbrock examples in docs
1 parent 0d6e959 commit 9947234

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ examples = [
5050
"Implicit -- Heat 1D DG" => "heat_1D_DG",
5151
"Implicit -- Heat 2D" => "heat_2D",
5252
"Trixi" => "trixi",
53+
"Trixi Rosenbrock" => "trixi_rosenbrock",
54+
"Trixi Rosenbrock Warm Bubble" => "trixi_rosenbrock_warm_bubble",
55+
"Trixi Rosenbrock Blast Wave" => "trixi_rosenbrock_blast_wave",
5356
]
5457

5558
for (_, name) in examples

src/Ariadne.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ function newton_krylov!(
373373

374374
if forcing !== nothing
375375
η = inital(forcing)
376+
else
377+
η = missing
376378
end
377379

378380
verbose > 0 && @info "Jacobian-Free Newton-Krylov" algo res₀ = n_res tol tol_rel tol_abs η

0 commit comments

Comments
 (0)