From 4195d53d1125f3e12484f29e0034493a7b0a068d Mon Sep 17 00:00:00 2001 From: Christoph Kords Date: Sat, 17 Nov 2012 13:54:22 +0000 Subject: [PATCH] message of last commit was incomplete: moved annihilation of screw dipoles from dotstate to deltaState, since it is not a rate --- code/constitutive_nonlocal.f90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/constitutive_nonlocal.f90 b/code/constitutive_nonlocal.f90 index 1f9ec7f99..c555fdc70 100644 --- a/code/constitutive_nonlocal.f90 +++ b/code/constitutive_nonlocal.f90 @@ -2612,10 +2612,10 @@ logical, dimension(constitutive_nonlocal_totalNslip(phase_plasticityInstance(mat belowThreshold -Nneighbors = FE_NipNeighbors(FE_geomtype(mesh_element(2,e))) -my_phase = material_phase(1,i,e) -my_texture = material_texture(1,i,e) -my_instance = phase_plasticityInstance(my_phase) +Nneighbors = FE_NipNeighbors(FE_geomtype(mesh_element(2,e))) +my_phase = material_phase(1,i,e) +my_texture = material_texture(1,i,e) +my_instance = phase_plasticityInstance(my_phase) my_structure = constitutive_nonlocal_structure(my_instance) ns = constitutive_nonlocal_totalNslip(my_instance) slipNormal(1:3,1:ns) = lattice_sn(1:3, constitutive_nonlocal_slipSystemLattice(1:ns,my_instance), my_structure)