Skip to content

Commit

Permalink
Merge pull request #172 from mdienst/tutorial_video
Browse files Browse the repository at this point in the history
Updated Videos in Tutorials
  • Loading branch information
kaipartmann authored Aug 22, 2024
2 parents 911f762 + 1fbe0d4 commit 44762cc
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
7 changes: 6 additions & 1 deletion docs/src/literate/tutorial_kalthoff-winkler_dynfrac.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ job = Job(body, vv; path=path)
#md # ```julia
#md # @mpitime submit(job)
#md # ```
# ![](https://github.com/user-attachments/assets/49aca8fe-cbe8-4e5a-8a78-02ce4aeb3cae)

# ```@raw html
# <video controls loop="true">
# <source src="https://github.com/user-attachments/assets/49aca8fe-cbe8-4e5a-8a78-02ce4aeb3cae" />
# </video>
# ```

# ## Conclusion
#
Expand Down
6 changes: 5 additions & 1 deletion docs/src/literate/tutorial_logo.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# # [The old Peridynamics.jl logo](@id tutorial_logo)

# ![](https://github.com/user-attachments/assets/0761ba02-f69a-4f3a-b5c5-0f219548070f)
# ```@raw html
# <video controls loop="true">
# <source src="https://github.com/user-attachments/assets/0761ba02-f69a-4f3a-b5c5-0f219548070f" />
# </video>
# ```

# (Visualization made with [ParaView](https://www.paraview.org))

Expand Down
7 changes: 6 additions & 1 deletion docs/src/literate/tutorial_tension_dynfrac.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ job = Job(body, vv; path="results/tension_dynamic_fracture")
#md # ```julia
#md # submit(job)
#md # ```
# ![](https://github.com/user-attachments/assets/332babb0-5c6f-4ae0-89e8-3ae1a7a80177)

# ```@raw html
# <video controls loop="true">
# <source src="https://github.com/user-attachments/assets/332babb0-5c6f-4ae0-89e8-3ae1a7a80177" />
# </video>
# ```
7 changes: 6 additions & 1 deletion docs/src/literate/tutorial_tension_precrack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,9 @@ job = Job(body, vv; path="results/mode_i_tension_precrack")
#md # ```

# ### Damage results:
# ![](https://github.com/user-attachments/assets/918aed7b-735d-418f-900c-e0a996db2bab)

# ```@raw html
# <video controls loop="true">
# <source src="https://github.com/user-attachments/assets/918aed7b-735d-418f-900c-e0a996db2bab" />
# </video>
# ```
6 changes: 5 additions & 1 deletion docs/src/literate/tutorial_tension_static.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ job = Job(body, dr; path="results/tension_static")
#md # submit(job)
#md # ```

# ![](https://github.com/user-attachments/assets/b6b2ba41-1ed3-497f-b496-44655d4be696)
# ```@raw html
# <video controls loop="true">
# <source src="https://github.com/user-attachments/assets/b6b2ba41-1ed3-497f-b496-44655d4be696" />
# </video>
# ```
8 changes: 7 additions & 1 deletion docs/src/literate/tutorial_wave_in_bar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,11 @@ job = Job(body, vv; path="results/xwave")

# The last step is submitting the job to start the simulation.
#md # ```julia
#md # submit(job);
#md # submit(job)
#md # ```

# ```@raw html
# <video controls loop="true">
# <source src="https://github.com/user-attachments/assets/a2594777-5d0b-4c5a-acd4-da1e357a06e3" />
# </video>
# ```

0 comments on commit 44762cc

Please sign in to comment.