Merge branch 'autodoc_adjustments' into 'development'

small modifications for autodoc feature

See merge request damask/DAMASK!713
This commit is contained in:
Franz Roters 2023-01-27 11:33:30 +00:00
commit 6c0f605e89
2 changed files with 3 additions and 2 deletions

View File

@ -106,7 +106,7 @@ module function plastic_isotropic_init() result(myPlasticity)
prm%c_2 = pl%get_asFloat('c_2', defaultVal=0.0_pReal)
prm%a = pl%get_asFloat('a')
prm%dilatation = pl%get_AsBool('dilatation',defaultVal = .false.)
prm%dilatation = pl%get_asBool('dilatation',defaultVal = .false.)
!--------------------------------------------------------------------------------------------------
! sanity checks

View File

@ -85,7 +85,8 @@ module function plastic_phenopowerlaw_init() result(myPlasticity)
sizeState, sizeDotState, &
startIndex, endIndex
integer, dimension(:), allocatable :: &
N_sl, N_tw
N_sl, & !< number of slip-systems for a given slip family
N_tw !< number of twin-systems for a given twin family
real(pReal), dimension(:), allocatable :: &
xi_0_sl, & !< initial critical shear stress for slip
xi_0_tw, & !< initial critical shear stress for twin