Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Nov 3, 2023
1 parent cc31a2c commit f9591f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Import essential libraries and specify an equation.

using Trixi, OrdinaryDiffEq
equations = inearScalarAdvectionEquation2D((-0.2, 0.7))
equations = LinearScalarAdvectionEquation2D((-0.2, 0.7))

# Generate a spatial discretization using a [`TreeMesh`](@ref) with a pre-coarsened set of cells.

Expand Down

0 comments on commit f9591f3

Please sign in to comment.