Home
last modified time | relevance | path

Searched defs:getTrialFricForceANDcheckFricState (Results 1 – 1 of 1) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_AddContactStiff.f90387 type(tContactState) :: ctState !< type tContactState
388 integer(kind=kint) :: nnode !< number of nodes of master segment
389 integer(kind=kint) :: i, j local
390 real(kind=kreal) :: fcoeff, tPenalty !< friction coefficient; tangential penalty
391 real(kind=kreal) :: lagrange !< value of Lagrange multiplier
392 real(kind=kreal) :: ndDu((nnode + 1)*3) !< nodal displacement increment
393 …real(kind=kreal) :: normal(3), shapefunc(nnode) !< normal vector at target point; shape functions
394 real(kind=kreal) :: nTm((nnode + 1)*3) !< vector
395 real(kind=kreal) :: dotP
396 real(kind=kreal) :: relativeDisp(3) !< relative displacement
[all …]