v3.2.0
·
14 commits
to master
since this release
The main new feature in this release is the ability to define the grain-wised element sizes and the grain-wised slopes for size gradient. E.g.:
LS=LocalSize([5 7], 20 , 0.5)
G.mesh('small_with_localGradient.msh','ElementSize',100,'LocalSize',LS);
will set the element size to 100 globally, except in grains 5 and 7, where the size will linearly increase with the distance from GBs, starting from 20 with slope 0.5.
This release also contains a full example for running a CPFEM with PRISMS-Plasticity software.
Finally, some bugs have been fixed.