Go to the source code of this file.
Functions/Subroutines | |
subroutine | v3d10_nl_matous (coor, lmcstet, R_in, d, S11, S22, S33, S12, S23, S13, numnp, nstart, nend, numcstet, p1, p2, Yin, SoftParam, Km, K2, Gm, G2, vm, nu2, a_eta, a_zeta, cm, c2, cd, Lo, Lm, L2, Mm, M2, L_bar, StrainOld) |
subroutine v3d10_nl_matous | ( | real*8, dimension(1:3,1:numnp) | coor, |
integer, dimension(1:10,1:numcstet) | lmcstet, | ||
real*8, dimension(1:3*numnp) | R_in, | ||
real*8, dimension(1:3*numnp) | d, | ||
real*8, dimension(1:4,1:numcstet) | S11, | ||
real*8, dimension(1:4,1:numcstet) | S22, | ||
real*8, dimension(1:4,1:numcstet) | S33, | ||
real*8, dimension(1:4,1:numcstet) | S12, | ||
real*8, dimension(1:4,1:numcstet) | S23, | ||
real*8, dimension(1:4,1:numcstet) | S13, | ||
integer | numnp, | ||
integer | nstart, | ||
integer | nend, | ||
integer | numcstet, | ||
real(kind=8) | p1, | ||
real(kind=8) | p2, | ||
real(kind=8) | Yin, | ||
real(kind=8), dimension(1:4,1:numcstet) | SoftParam, | ||
real(kind=8) | Km, | ||
real(kind=8) | K2, | ||
real(kind=8) | Gm, | ||
real(kind=8) | G2, | ||
real(kind=8) | vm, | ||
real(kind=8) | nu2, | ||
real(kind=8) | a_eta, | ||
real(kind=8) | a_zeta, | ||
real(kind=8) | cm, | ||
real(kind=8) | c2, | ||
real(kind=8), dimension(1:4,1:numcstet) | cd, | ||
real(kind=8), dimension(1:6,1:6) | Lo, | ||
real(kind=8), dimension(1:6,1:6) | Lm, | ||
real(kind=8), dimension(1:6,1:6) | L2, | ||
real(kind=8), dimension(1:6,1:6) | Mm, | ||
real(kind=8), dimension(1:6,1:6) | M2, | ||
real(kind=8), dimension(1:6,1:6) | L_bar, | ||
real(kind=8), dimension(1:4,1:numcstet*6) | StrainOld | ||
) |
Definition at line 53 of file v3d10_nl_matous.f90.
References d, i, matous_const_model(), and p1.
Referenced by updatestructuralsoln::internalforce_v3d10().