Skip to content

Commit

Permalink
Update docs/literate/src/files/innards_of_the_basic_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
ArseniyKholod and sloede authored Nov 3, 2023
1 parent df64699 commit 39a9d78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/literate/src/files/innards_of_the_basic_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
using Trixi, OrdinaryDiffEq
equations = inearScalarAdvectionEquation2D((-0.2, 0.7))

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

coordinates_min = (-2.0, -2.0)
coordinates_max = (2.0, 2.0)
Expand Down

0 comments on commit 39a9d78

Please sign in to comment.