Skip to content

Commit

Permalink
Merge pull request #13 from Bruno02468/main
Browse files Browse the repository at this point in the history
MYSTRAN Update 15.1.3
  • Loading branch information
Bruno02468 committed Dec 26, 2023
2 parents 7f44251 + 0812604 commit 5ccea6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Source/EMG/EMG2/ELMOFF.f90
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,9 @@ SUBROUTINE ELMOFF ( OPT, WRITE_WARN )

! Set KE = KE1 for 6*ELGP by 6*ELGP terms

! Compute the Ksita matrix for virtual stiffness
! Compute the Ksita virtual stiffness

Ksita = 0.0
! restrict to QUAD4 and TRIA3 shell elements
IF (TYPE(1:5) == "QUAD4" .OR. TYPE(1:5) == "TRIA3") THEN
IF (NPSHEL > 0) THEN
Expand Down Expand Up @@ -272,8 +273,6 @@ SUBROUTINE ELMOFF ( OPT, WRITE_WARN )
ENDIF
Ksita = 10.0**(-6.0)*RMATL(NMATL, 2)*RPSHEL(NPSHEL, 1)*ABS(DETJ)*K6ROT
ENDIF
ELSE
Ksita = 0.0
ENDIF


Expand Down
2 changes: 1 addition & 1 deletion Source/Modules/MYSTRAN_Version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MODULE MYSTRAN_Version
SAVE

CHARACTER(256*BYTE) :: MYSTRAN_COMMENT = '*** Please report any problems to mystransolver@gmail.com ***'
CHARACTER( 8*BYTE), PARAMETER :: MYSTRAN_VER_NUM = '15.1.2'
CHARACTER( 8*BYTE), PARAMETER :: MYSTRAN_VER_NUM = '15.1.3'
CHARACTER( 3*BYTE), PARAMETER :: MYSTRAN_VER_MONTH= 'Dec'
CHARACTER( 2*BYTE), PARAMETER :: MYSTRAN_VER_DAY = '20'
CHARACTER( 4*BYTE), PARAMETER :: MYSTRAN_VER_YEAR = '2023'
Expand Down

0 comments on commit 5ccea6b

Please sign in to comment.