UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Main Page
Modules
Files
File List
Globals
src
rotation.for
Go to the documentation of this file.
1
SUBROUTINE
rotation
(F,R,U,NDI)
2
C> COMPUTES ROTATION TENSOR
3
IMPLICIT NONE
4
include
'PARAM_UMAT.INC'
5
C
6
INTEGER
NDI
7
DOUBLE PRECISION
F(ndi,ndi),R(ndi,ndi),U(ndi,ndi),UINV(ndi,ndi)
8
C
9
CALL
matinv3d
(u,uinv,ndi)
10
C
11
r = matmul(f,uinv)
12
RETURN
13
END SUBROUTINE
rotation
matinv3d
subroutine matinv3d(A, A_INV, NDI)
Definition:
minverse3d.for:2
rotation
subroutine rotation(F, R, U, NDI)
Definition:
rotation.for:2
Generated by
1.8.11