UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Functions/Subroutines
contraction24.for File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine contraction24 (S, LT, RT, NDI)
 

Function/Subroutine Documentation

subroutine contraction24 ( double precision, dimension(ndi,ndi)  S,
double precision, dimension(ndi,ndi)  LT,
double precision, dimension(ndi,ndi,ndi,ndi)  RT,
integer  NDI 
)
Parameters
ndiDOUBLE CONTRACTION BETWEEN 4TH ORDER AND 2ND ORDER TENSOR INPUT: LT - RIGHT 2ND ORDER TENSOR RT - LEFT 4TH ODER TENSOR OUTPUT: S - DOUBLE CONTRACTED TENSOR (2ND ORDER)

Definition at line 2 of file contraction24.for.