Skip to content

Commit

Permalink
Update create_first_setup.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Feb 3, 2024
1 parent 3a49ce0 commit ad453d2
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/literate/src/files/create_first_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,4 @@ trixi2vtk(joinpath("out", "solution_000018.h5"), output_directory="out")
# Now, if you followed the instructions exactly, you should get a similar image as shown in the
# section [Using Plots.jl](@ref Using-Plots.jl):

# ![paraview_trixi2vtk_example](https://github.com/trixi-framework/Trixi.jl/assets/119304909/0c29139b-6c5d-4d5c-86e1-f4ebc95aca7e)


# ## Package versions

# These results were obtained using the following versions.

using InteractiveUtils
versioninfo()

using Pkg
Pkg.status(["Trixi","OrdinaryDiffEq","Plots","ForwardDiff"],
mode=PKGMODE_MANIFEST)

Sys.rm("out"; recursive=true, force=true) #hide #md
# ![paraview_trixi2vtk_example](https://github.com/trixi-framework/Trixi.jl/assets/119304909/0c29139b-6c5d-4d5c-86e1-f4ebc95aca7e)

0 comments on commit ad453d2

Please sign in to comment.