Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 5, 2024
1 parent a632179 commit 412c8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/time_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ode = semidiscretize(semi, tspan)
Equipped with the spectrum, the optimal stability polynomial is computed, from which the corresponding Runge-Kutta method is derived. Other constructors (if the coefficients $\boldsymbol{\alpha}$ of the stability polynomial are already available, or if a reduced spectrum $\widetilde{\boldsymbol{\sigma}}$ should be used) are discussed below.

```julia
# Construct second order -explicit Runge-Kutta method with 6 stages for given simulation setup.
# Construct second order-explicit Runge-Kutta method with 6 stages for given simulation setup (`semi`)
# `tspan` provides the bounds for the bisection routine that is used to calculate the maximum timestep.
ode_algorithm = Trixi.PairedExplicitRK2(6, tspan, semi)
```
Expand Down

0 comments on commit 412c8e8

Please sign in to comment.