|
| real(preal), dimension(:,:,:,:), allocatable, public | homogenization::materialpoint_f0 |
| | def grad of IP at start of FE increment More...
|
| |
| real(preal), dimension(:,:,:,:), allocatable, public | homogenization::materialpoint_f |
| | def grad of IP to be reached at end of FE increment More...
|
| |
| real(preal), dimension(:,:,:,:), allocatable, public | homogenization::materialpoint_p |
| | first P–K stress of IP More...
|
| |
| real(preal), dimension(:,:,:,:,:,:), allocatable, public | homogenization::materialpoint_dpdf |
| | tangent of first P–K stress at IP More...
|
| |
| real(preal), dimension(:,:,:,:), allocatable | homogenization::materialpoint_subf0 |
| | def grad of IP at beginning of homogenization increment More...
|
| |
| real(preal), dimension(:,:,:,:), allocatable | homogenization::materialpoint_subf |
| | def grad of IP to be reached at end of homog inc More...
|
| |
| real(preal), dimension(:,:), allocatable | homogenization::materialpoint_subfrac |
| |
| real(preal), dimension(:,:), allocatable | homogenization::materialpoint_substep |
| |
| real(preal), dimension(:,:), allocatable | homogenization::materialpoint_subdt |
| |
| logical, dimension(:,:), allocatable | homogenization::materialpoint_requested |
| |
| logical, dimension(:,:), allocatable | homogenization::materialpoint_converged |
| |
| logical, dimension(:,:,:), allocatable | homogenization::materialpoint_doneandhappy |
| |
| type(tnumerics) | homogenization::num |
| |