[TM] Fixed integration point (IP) data IO for restart computation
Fixed two issues in restart computation in TM:
-
missed transpose of Kelvin vector type IP data for output, which is the same issue in THM found by @endJunction. This issue exits in M, HM, THM, which will be fixed by process wise.
-
the input IP data of
eps,eps_mshould be assigned toeps_prev,eps_m_previn order to use the correct thermal strain of the previous computation. In other processes that are related T and M, IP dataeps,eps_mare not considered for restart computation, which loses a tiny accuracy in thermal strain increment of the first time step. This will be fixed by process wise too. -
missed setting
sigma_prev=sigmaafter readingsigma, the IP stress data. -
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behavior change was documented?