Home
last modified time | relevance | path

Searched refs:ESTRAIN (Results 1 – 12 of 12) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_NodalStress.f90220 …fstrSOLID%ESTRAIN(6*(icel-1)+1:6*(icel-1)+6) = fstrSOLID%ESTRAIN(6*(icel-1)+1:6*(icel-1)+6) + estr…
300 layer%ESTRAIN(6*(icel-1)+k) = layer%ESTRAIN(6*(icel-1)+k) + strain(j,k)/nn
333 … & + weight*(0.5d0*layer%PLUS%ESTRAIN(6*(icel-1)+j) + 0.5d0*layer%MINUS%ESTRAIN(6*(icel-1)+j))
604 fstrSOLID%ESTRAIN(3*icel-2) = estrain(1)
605 fstrSOLID%ESTRAIN(3*icel-1) = estrain(2)
606 fstrSOLID%ESTRAIN(3*icel-0) = estrain(3)
823 layer%ESTRAIN(6*(icel-1)+k) = layer%ESTRAIN(6*(icel-1)+k) + ndstrain(j,k)/nn
836 layer%ESTRAIN(6*(icel-1)+k) = layer%ESTRAIN(6*(icel-1)+k) + ndstrain(j,k)/nn
856 …fstrSOLID%ESTRAIN(6*(icel-1)+1:6*(icel-1)+6) = fstrSOLID%ESTRAIN(6*(icel-1)+1:6*(icel-1)+6) + estr…
984 strain(1:6) = RES%ESTRAIN(6*i-5:6*i)
H A Dstatic_output.f90145 EEmax(k) = fstrSOLID%ESTRAIN(k); EEmin(k) = fstrSOLID%ESTRAIN(k)
203 if( fstrSOLID%ESTRAIN(mdof*(i-1)+k) > EEmax(k) ) then
204 EEmax(k) = fstrSOLID%ESTRAIN(mdof*(i-1)+k)
206 else if( fstrSOLID%ESTRAIN(mdof*(i-1)+k) < EEmin(k) ) then
207 EEmin(k) = fstrSOLID%ESTRAIN(mdof*(i-1)+k)
H A Dmake_result.f90465 call hecmw_result_add( id, nitem, label, RES%ESTRAIN )
1006 fstrRESULT%elem_val_item(eitem*(i-1)+j+jitem) = fstrSOLID%SOLID%ESTRAIN(nn*(i-1)+j)
1249 fstrRESULT%elem_val_item(eitem*(i-1)+j+jitem) = RES%ESTRAIN(nn*(i-1)+j)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/dynamic/transit/
H A Ddynamic_output.f90145 EEmax(k) = fstrSOLID%ESTRAIN(k); EEmin(k) = fstrSOLID%ESTRAIN(k)
217 if( fstrSOLID%ESTRAIN(mdof*(i-1)+k) > EEmax(k) ) then
218 EEmax(k) = fstrSOLID%ESTRAIN(mdof*(i-1)+k)
220 else if( fstrSOLID%ESTRAIN(mdof*(i-1)+k) < EEmin(k) ) then
221 EEmin(k) = fstrSOLID%ESTRAIN(mdof*(i-1)+k)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/tests/nonlinear/contact/
H A D2box_hex_fric.cnt15 ESTRAIN,OFF
H A D2box_hex_nofric.cnt15 ESTRAIN,OFF
H A D2box_mix_nofric.cnt15 ESTRAIN,OFF
H A D2box_tet_nofric.cnt15 ESTRAIN,OFF
H A D2box_tet_fric.cnt15 ESTRAIN,OFF
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90204 real(kind=kreal), pointer :: ESTRAIN(:) => null() !< elemental strain component
312 real(kind=kreal), pointer :: ESTRAIN(:) !< elemental strain component
675 nullify( S%ESTRAIN )
1087 phys%ESTRAIN = 0.0d0
/dports/science/cdk/cdk-cdk-2.3/base/testdata/src/test/resources/data/ctx/
H A Dmethanol_with_descriptors.ctx127 ESTRAIN
131 /ESTRAIN 1 1
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_setup.f901511 allocate ( phys%ESTRAIN (mdof*n_elem))
1547 P%SOLID%ESTRAIN => phys%ESTRAIN