Skip to content

opti4Abq v 2.0.3

Latest
Compare
Choose a tag to compare
@mengomarlene mengomarlene released this 09 Jun 15:03
· 5 commits to master since this release

Update behaviour when a NaN is encountered in the FE outputs:
Previous version did not have proper behaviour when abaqus job termination was abnormal.
This has to be dealt by the postPro function, writing a float('NaN') as output.
If a NaN is read by the optimisation, it ignores the corresponding FE model in computing the objective function. If all FE models return NaN, an Exception is triggered.