|
UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | contraction24 (S, LT, RT, NDI) |
| subroutine contraction24 | ( | double precision, dimension(ndi,ndi) | S, |
| double precision, dimension(ndi,ndi) | LT, | ||
| double precision, dimension(ndi,ndi,ndi,ndi) | RT, | ||
| integer | NDI | ||
| ) |
| ndi | DOUBLE 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.
1.8.11