Hello all. I’m currently working with a non-linear problem, where I need to run multiple material samples through the same FEA. Sometimes the particular set-up of a sample means it doesn’t converge within the maximum number of iterations, crashing the whole programme. I want to be able to end the current sample if it hasn’t converged after x amount of iterations, without ending the entire programme. I also need to flag that the current data set didn’t converge, so I can review it later.
Looking through the documentation, I’ve found the converged() command, but am unsure how to use it, or even whether this is applicable in my case.
Any help or guidance would be greatly appreciated!