Dear FEAP users,
does anybody know the difference between "TOL,,tol_e tol_r" and "TOL ITERation rtol"? Both commands are explained on page 176 of the user manual of version 8.4, but for me this did not become clear. I run quasi static simulations with an anisotropic damage model and I tried both commands to increase the tolerance for convergence a little bit.
With the first command "TOL,,tol_e tol_r" I can set the relative energy tolerance and the relative residual tolerance and this command seems to work. Is it right that FEAP checks energy and residual tolerances after an iteration and if one of the two convergence tolerances is undercut, the next time step is started?
The second command "TOL ITERation rtol" seems not to work in my example. I can set rtol=1.d-4, but FEAP runs until the residual undercuts the default value of rtol=1.d-8. Or is the command "TOL ITERation rtol" meant for a different usage?