Skip to content

Commit

Permalink
upd ex
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Dec 15, 2024
1 parent 8354339 commit 0aa757c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
From Barbero's Finite Element Analysis using Abaqus ... book Example 3.1
From Barbero's Finite Element Analysis using Abaqus ... book. Example 3.1
Consider a simply supported square plate ax = ay = 2000 mm, laminated
with AS4D/9310 (Table 3.1) in a [0/90]n configuration. The total laminate thickness is
Expand Down
10 changes: 6 additions & 4 deletions examples/shells/statics/composite/nafems_r0031_3_examples.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

"""
From Barbero's Finite Element Analysis using Abaqus ... book. Example 3.7
Here we actually solve the original benchmark:
R0031(3): Three-layer sandwich shell under normal pressure loading
"""
module nafems_r0031_3_examples
# From Barbero's Finite Element Analysis using Abaqus ... book Example 3.7
# Here we actually solve original benchmark:
# R0031(3): Three-layer sandwich shell under normal pressure loading

using LinearAlgebra: norm, Transpose, mul!, I
using FinEtools
using FinEtools.AlgoBaseModule: solve_blocked!
Expand Down

0 comments on commit 0aa757c

Please sign in to comment.