Hi all,
I have a question concerning the stop criteria of an implicit linear analysis.
When I perform my implicit analysis the solver prints out the the relative residual norm (PCG resolution) at each step.
My engine entries are rather simple:
###########################
#Quasi-Satic Linear Computation:
/IMPL/LINEAR
# Printout frequency for linear computation:
/IMPL/PRINT/LINEAR/-1
# Linear solver method :
/IMPL/SOLVER/1
# Iprec It_max Itol Tol
5 0 0 0
###########################
So I am using the default stop criteria : stops when residual norm is less than [ (machine simple precision) * ||b’|| * ||A’|| * ||x|| ].
- What is the machine simple precision ?
- How does one decide upon this stop criteria and the value of the tolerance ?
- I want to reach a 'good convergence'. To reach this I should set an adapted stop criteria. How to chose it ?
Thank you in advance,
Alice