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 39a9d78 commit 26153db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/innards_of_the_basic_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ coordinates_min = (-2.0, -2.0)
coordinates_max = (2.0, 2.0)

coarsening_patches = ( # Coarsen cell in the lower-right quarter
(type="box", coordinates_min=[0.0, -2.0], coordinates_max=[2.0, 0.0]),
(type = "box", coordinates_min = [0.0, -2.0], coordinates_max = [2.0, 0.0]),
)

mesh = TreeMesh(coordinates_min, coordinates_max, initial_refinement_level=2,
Expand Down

0 comments on commit 26153db

Please sign in to comment.