Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
andrewwinters5000 and ranocha authored Apr 8, 2024
1 parent 13b28f3 commit 1b2f813
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/Viz/visualization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ just the mesh, `plotOptions = MESH`.
To plot everything, `plotOptions = MODEL + GRID + MESH + REFINEMENTS`
Contents are overlaid in the order: GRID, MESH, MODEL, REFINEMENTS
!!! note
The function implementation is found in `ext/VizProject.jl`.
Contents are overlaid in the order: `GRID`, `MESH`, `MODEL`, `REFINEMENTS`
"""
function plotProject! end
# Note: The function implementation is found in `ext/VizProject.jl`.


"""
Expand All @@ -32,9 +31,7 @@ Replot with the new plotOptions = combinations (sums) of
GRID, MESH, MODEL, REFINEMENTS
Example: updatePlot!(p, MESH + MODEL)
!!! note
The function implementation is found in `ext/VizProject.jl`.
Example: `updatePlot!(p, MESH + MODEL)`
"""
function updatePlot! end
function updatePlot! end
# Note: The function implementation is found in `ext/VizProject.jl`.

0 comments on commit 1b2f813

Please sign in to comment.