Skip to content

Commit 0cd6d3f

Browse files
MarcoArtianovchuravy
authored andcommitted
add TRBDF2 as DIRK
1 parent c35fe87 commit 0cd6d3f

File tree

2 files changed

+457
-427
lines changed

2 files changed

+457
-427
lines changed

examples/trixi_dirk.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ sol = solve(
2929
# Implicit.RKImplicitEuler();
3030
# Implicit.KS22();
3131
# Implicit.C23();
32-
Implicit.L33();
32+
# Implicit.L33();
33+
Implicit.RKTRBDF2();
3334
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
3435
ode_default_options()..., callback = callbacks,
3536
# verbose=1,

0 commit comments

Comments
 (0)