Skip to content

Commit

Permalink
Merge pull request #166 from kaipartmann/videos
Browse files Browse the repository at this point in the history
Changed gifs with mp4 files and added cylinder to overview
  • Loading branch information
kaipartmann authored Aug 8, 2024
2 parents 1177682 + f9841ee commit 1774560
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ in the julia package manager. Please take a look at the [documentation](https://
<figcaption>Kalthoff Winkler</figcaption><br><img src="https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/6dc362ef-4997-4327-9bc1-41350fac2dc1" width="300"/><br>
</a>
</td>
<td></td>
<td align="center">
<a href="https://kaipartmann.github.io/Peridynamics.jl/stable/generated/tutorial_cylinder/">
<figcaption>Fragmenting cylinder</figcaption><br><img src="https://github.com/user-attachments/assets/58e11123-6143-4e13-8642-7e30c9e6c86d" width="300"/>
</a></td>
</tr>
</table>

Expand Down
8 changes: 8 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ To install `Peridynamics.jl`, follow these steps:
</div>
```

```@raw html
<div class="tutorial-element">
<a href="https://kaipartmann.github.io/Peridynamics.jl/stable/generated/tutorial_cylinder/">
<figcaption>Fragmenting cylinder</figcaption><br><img src="https://github.com/user-attachments/assets/58e11123-6143-4e13-8642-7e30c9e6c86d" style="width: 90% !important;"/>
</a>
</div>
```

```@raw html
</div>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/literate/tutorial_cylinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ job = Job(body, vv; path="results/fragmenting_cylinder", freq=10)
#md # submit(job)
#md # ```

# ![](https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/f1574b72-bf86-4593-a5e0-74456f9db468)
# ![](https://github.com/user-attachments/assets/58e11123-6143-4e13-8642-7e30c9e6c86d)
2 changes: 1 addition & 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,7 @@ job = Job(body, vv; path=path)
#md # ```julia
#md # @mpitime submit(job)
#md # ```
# ![](https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/ba21d9d1-4fc3-4894-8842-65c835506463)
# ![](https://github.com/user-attachments/assets/49aca8fe-cbe8-4e5a-8a78-02ce4aeb3cae)

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

# ![](https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/b79fd475-67fc-4097-9f05-791833f29fa9)
# ![](https://github.com/user-attachments/assets/0761ba02-f69a-4f3a-b5c5-0f219548070f)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/literate/tutorial_tension_dynfrac.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ job = Job(body, vv; path="results/tension_dynamic_fracture")
#md # ```julia
#md # submit(job)
#md # ```
# ![](https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/fcd71bd7-f6ef-4f72-97c2-27ddd2acbf89)
# ![](https://github.com/user-attachments/assets/332babb0-5c6f-4ae0-89e8-3ae1a7a80177)
2 changes: 1 addition & 1 deletion docs/src/literate/tutorial_tension_precrack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ job = Job(body, vv; path="results/mode_i_tension_precrack")
#md # ```

# ### Damage results:
# ![](https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/0f78a13a-7497-4218-a254-45d936df9602)
# ![](https://github.com/user-attachments/assets/918aed7b-735d-418f-900c-e0a996db2bab)
2 changes: 1 addition & 1 deletion docs/src/literate/tutorial_tension_static.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ job = Job(body, dr; path="results/tension_static")
#md # submit(job)
#md # ```

# ![](https://github.com/kaipartmann/Peridynamics.jl/assets/68582683/d74d60fb-c792-4d5b-a683-9448d6c92e83)
# ![](https://github.com/user-attachments/assets/b6b2ba41-1ed3-497f-b496-44655d4be696)

0 comments on commit 1774560

Please sign in to comment.