Dear All,
The history data located at hr(nh1), hr(nh2) is for t(n), t(n+1), respectively. In one step i.e., from t(n) to t(n+1), there will be many iterations; and some history variables should be updated at every iteration. What I did is to update the data at hr(nh2) based on the data at same storage space hr(nh2) during the iteration.
Then, I realized, in the program, the number of iterations is larger than the number of convergence, i.e., the ‘niter’ has values 0, 1-n, n+1, while there are only n iterations need to converge. These iterations may affect my update strategy of history variables. So, can you give a brief description about these two additional iterations?
Thank you!
Xiaomin