bugfix: enable local simulations
This commit is contained in:
parent
8c06e7a4ff
commit
95c9434a21
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 127a96032d491b26cee29c81a3183e804afa4dbd
|
||||
Subproject commit e09200041104f8f96bdd25a8216e096300721b75
|
|
@ -230,7 +230,7 @@ module function plastic_nonlocal_init() result(myPlasticity)
|
|||
mech => phase%get('mechanical')
|
||||
pl => mech%get('plastic')
|
||||
|
||||
phase_localPlasticity(ph) = .not. pl%contains('nonlocal')
|
||||
phase_localPlasticity(ph) = .not. pl%get_asBool('nonlocal')
|
||||
|
||||
#if defined (__GFORTRAN__)
|
||||
prm%output = output_as1dString(pl)
|
||||
|
|
Loading…
Reference in New Issue