use new data container

This commit is contained in:
Martin Diehl 2021-04-07 14:56:11 +02:00
parent c4942e3f82
commit 1851b66cb4
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ module subroutine damage_nonlocal_putNonLocalDamage(phi,ce)
ho = material_homogenizationID(ce)
en = material_homogenizationEntry(ce)
damagestate_h(ho)%state(1,en) = phi
current(ho)%phi(en) = phi
end subroutine damage_nonlocal_putNonLocalDamage