Home
last modified time | relevance | path

Searched refs:EPSTRESS (Results 1 – 3 of 3) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90207 real(kind=kreal), pointer :: EPSTRESS(:) => null() !< elemental principal stress component
315 real(kind=kreal), pointer :: EPSTRESS(:) !< elemental principal stress component
677 nullify( S%EPSTRESS )
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_NodalStress.f90934 if ( .not. associated(RES%EPSTRESS) ) then
935 allocate(RES%EPSTRESS( 3*hecMESH%n_elem ))
978 if (iand(flag,B'00010000') /= 0) RES%EPSTRESS(3*(i-1)+1:3*(i-1)+3)=tvec
H A Dmake_result.f90498 call hecmw_result_add( id, nitem, label, RES%EPSTRESS )
1046 fstrRESULT%elem_val_item(eitem*(i-1)+j+jitem) = fstrSOLID%SOLID%EPSTRESS((nn)*(i-1)+j)
1289 fstrRESULT%elem_val_item(eitem*(i-1)+j+jitem) = RES%EPSTRESS((nn)*(i-1)+j)