Public Attributes | |
logical | nonlocal = .false. |
real(preal), dimension(:,:), pointer | sliprate |
slip rate More... | |
real(preal), dimension(:,:), pointer | accumulatedslip |
accumulated plastic slip More... | |
Public Attributes inherited from prec::tstate | |
integer | sizestate = 0 |
size of state More... | |
integer | sizedotstate = 0 |
size of dot state, i.e. state(1:sizeDot) follows time evolution by dotState rates More... | |
integer | offsetdeltastate = 0 |
index offset of delta state More... | |
integer | sizedeltastate = 0 |
size of delta state, i.e. state(offset+1:offset+sizeDelta) follows time evolution by deltaState increments More... | |
real(preal), dimension(:), pointer, contiguous | atol |
real(preal), dimension(:,:), pointer, contiguous | state0 |
real(preal), dimension(:,:), pointer, contiguous | state |
state More... | |
real(preal), dimension(:,:), pointer, contiguous | dotstate |
rate of state change More... | |
real(preal), dimension(:,:), pointer, contiguous | deltastate |
increment of state change More... | |
real(preal), dimension(:,:), allocatable | partionedstate0 |
real(preal), dimension(:,:), allocatable | substate0 |
real(preal), dimension(:,:), allocatable | previousdotstate |
real(preal), dimension(:,:), allocatable | previousdotstate2 |
real(preal), dimension(:,:,:), allocatable | rk4dotstate |
real(preal), dimension(:,:,:), allocatable | rkck45dotstate |
Definition at line 94 of file DAMASK_marc.f90.
accumulated plastic slip
Definition at line 97 of file DAMASK_marc.f90.
logical prec::tplasticstate::nonlocal = .false. |
Definition at line 95 of file DAMASK_marc.f90.
slip rate
Definition at line 97 of file DAMASK_marc.f90.