Skip to content

Commit f41841b

Browse files
Update examples/p4est_2d_dgsem/elixir_euler_imex_warm_bubble.jl
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent 86b3ff1 commit f41841b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/p4est_2d_dgsem/elixir_euler_imex_warm_bubble.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This elixir demonstrates how an implicit-explicit (IMEX) time integration scheme can be applied to the stiff and non-stiff parts of a right hand side, respectively.
2-
# We define separate solvers, boundary conditions, and source terms, and create a `SemidiscretizationHyperbolicSplit`, which will return a `SplitODEProblem` compatible with `OrdinaryDiffEqBDF`, cf. https://docs.sciml.ai/OrdinaryDiffEq/stable/imex/IMEXBDF.
2+
# We define separate solvers, boundary conditions, and source terms, and create a `SemidiscretizationHyperbolicSplit`, which will return a `SplitODEProblem` compatible with OrdinaryDiffEqBDF.jl, cf. https://docs.sciml.ai/OrdinaryDiffEq/stable/imex/IMEXBDF.
33
# Note: This is currently more of a proof of concept and not particularly useful in practice, as fully explicit methods are still faster at the moment.
44

55
using Trixi

0 commit comments

Comments
 (0)