Skip to content

Commit

Permalink
Linear elasticity tutorial (#799)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Köhler <[email protected]>
Co-authored-by: Knut Andreas Meyer <[email protected]>
Co-authored-by: Dennis Ogiermann <[email protected]>
  • Loading branch information
4 people authored Aug 19, 2024
1 parent b6976d3 commit 5d9fe59
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/download_resources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ for (file, url) in [
"porous_media_0p25.inp" => "https://raw.githubusercontent.com/Ferrite-FEM/Ferrite.jl/gh-pages/assets/porous_media_0p25.inp",
"reactive_surface.gif" => "https://raw.githubusercontent.com/Ferrite-FEM/Ferrite.jl/gh-pages/assets/reactive_surface.gif",
"nsdiffeq.gif" => "https://raw.githubusercontent.com/Ferrite-FEM/Ferrite.jl/gh-pages/assets/nsdiffeq.gif",
"linear_elasticity.svg" => "https://raw.githubusercontent.com/Ferrite-FEM/Ferrite.jl/gh-pages/assets/linear_elasticity.svg",
"linear_elasticity_stress.png" => "https://raw.githubusercontent.com/Ferrite-FEM/Ferrite.jl/gh-pages/assets/linear_elasticity_stress.png",
]
afile = joinpath(directory, file)
if !isfile(afile)
Expand Down
Loading

0 comments on commit 5d9fe59

Please sign in to comment.