UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
sigiso.for
Go to the documentation of this file.
1  SUBROUTINE sigiso(SISO,SFIC,PE,NDI)
2 C> ISOCHORIC CAUCHY STRESS
3  IMPLICIT NONE
4  include 'PARAM_UMAT.INC'
5 C
6  INTEGER NDI
7  DOUBLE PRECISION SISO(ndi,ndi),
8  1 pe(ndi,ndi,ndi,ndi),sfic(ndi,ndi)
9 C
10  CALL contraction42(siso,pe,sfic,ndi)
11 C
12  RETURN
13  END SUBROUTINE sigiso
subroutine contraction42(S, LT, RT, NDI)
subroutine sigiso(SISO, SFIC, PE, NDI)
Definition: sigiso.for:2