UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Main Page
Modules
Files
File List
Globals
src
tensorprod22.for
Go to the documentation of this file.
1
SUBROUTINE
tensorprod2
(A,B,C,NDI)
2
c
3
Implicit None
4
c
5
INTEGER
I,J,K,L,NDI
6
c
7
DOUBLE PRECISION
A(ndi,ndi),B(ndi,ndi),C(ndi,ndi,ndi,ndi)
8
c
9
DO
i=1,ndi
10
DO
j=1,ndi
11
DO
k=1,ndi
12
DO
l=1,ndi
13
c(i,j,k,l)=a(i,j)*b(k,l)
14
END DO
15
END DO
16
END DO
17
END DO
18
c
19
RETURN
20
c
21
end SUBROUTINE
tensorprod2
tensorprod2
subroutine tensorprod2(A, B, C, NDI)
Definition:
tensorprod22.for:2
Generated by
1.8.11