Home
last modified time | relevance | path

Searched refs:EMISES (Results 1 – 11 of 11) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dstatic_output.f90151 EMmax(1) = fstrSOLID%EMISES(1); EMmin(1) = fstrSOLID%EMISES(1)
218 if( fstrSOLID%EMISES(i) > EMmax(1) ) then
219 EMmax(1) = fstrSOLID%EMISES(i)
221 else if( fstrSOLID%EMISES(i) < EMmin(1) ) then
222 EMmin(1) = fstrSOLID%EMISES(i)
H A Dfstr_NodalStress.f90259 fstrSOLID%EMISES(i) = get_mises(fstrSOLID%ESTRESS(6*(i-1)+1:6*(i-1)+6))
620 fstrSOLID%EMISES(icel) = sqrt( smises )
890 fstrSOLID%EMISES(i) = get_mises(fstrSOLID%ESTRESS(6*(i-1)+1:6*(i-1)+6))
H A Dmake_result.f90490 call hecmw_result_add( id, nitem, label, RES%EMISES )
1033 fstrRESULT%elem_val_item(eitem*(i-1)+1+jitem) = fstrSOLID%SOLID%EMISES(i)
1276 fstrRESULT%elem_val_item(eitem*(i-1)+1+jitem) = RES%EMISES(i)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/dynamic/transit/
H A Ddynamic_output.f90151 EMmax(1) = fstrSOLID%EMISES(1); EMmin(1) = fstrSOLID%EMISES(1)
232 if( fstrSOLID%EMISES(i) > EMmax(1) ) then
233 EMmax(1) = fstrSOLID%EMISES(i)
235 else if( fstrSOLID%EMISES(i) < EMmin(1) ) then
236 EMmin(1) = fstrSOLID%EMISES(i)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/tests/nonlinear/contact/
H A D2box_hex_fric.cnt17 EMISES,ON
H A D2box_hex_nofric.cnt17 EMISES,ON
H A D2box_mix_nofric.cnt17 EMISES,ON
H A D2box_tet_nofric.cnt17 EMISES,ON
H A D2box_tet_fric.cnt17 EMISES,ON
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90205 real(kind=kreal), pointer :: EMISES(:) => null() !< elemental MISES component
313 real(kind=kreal), pointer :: EMISES(:) !< elemental MISES component
676 nullify( S%EMISES )
1089 phys%EMISES = 0.0d0
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_setup.f901513 allocate ( phys%EMISES ( n_elem))
1549 P%SOLID%EMISES => phys%EMISES