Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford authored Oct 31, 2024
2 parents 392aeef + 8948151 commit 38c524d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions util/abaqus/nemlumat.f
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ SUBROUTINE UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,
smult(1) = 1.0
smult(2) = 1.0
smult(3) = 1.0
smult(4) = 1.0 / sqrt(2.0)
smult(5) = 1.0 / sqrt(2.0)
smult(6) = 1.0 / sqrt(2.0)
smult(4) = sqrt(2.0)
smult(5) = sqrt(2.0)
smult(6) = sqrt(2.0)
c
c Strain
c
emult(1) = 1.0
emult(2) = 1.0
emult(3) = 1.0
emult(4) = sqrt(2.0)
emult(5) = sqrt(2.0)
emult(6) = sqrt(2.0)
emult(4) = sqrt(2.0) / 2.0
emult(5) = sqrt(2.0) / 2.0
emult(6) = sqrt(2.0) / 2.0
c
c Load the model
c
Expand Down

0 comments on commit 38c524d

Please sign in to comment.