Skip to content

Commit

Permalink
Added paper scripts to later go in supplementary
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Apr 4, 2024
1 parent a18b6c9 commit d1633a9
Show file tree
Hide file tree
Showing 15 changed files with 547 additions and 403 deletions.
4 changes: 2 additions & 2 deletions scripts/MPI/3d_hyperelastic_compliance_neohook_ALM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function main(mesh_partition,distribute,el_size)
I,H,DH,ρ = interp.I,interp.H,interp.DH,interp.ρ

## Material properties
_E = 1000
E = 1000
ν = 0.3
μ, λ = _E/(2*(1 + ν)), _E*ν/((1 + ν)*(1 - 2*ν))
μ, λ = E/(2*(1 + ν)), E*ν/((1 + ν)*(1 - 2*ν))
g = VectorValue(0,0,-100)

## Neohookean hyperelastic material
Expand Down

This file was deleted.

88 changes: 0 additions & 88 deletions scripts/_dev/Added_for_paper/thermal_MPI.jl

This file was deleted.

Loading

0 comments on commit d1633a9

Please sign in to comment.