Merge branch 'autodoc_adjustments' into 'development'
small modifications for autodoc feature See merge request damask/DAMASK!713
This commit is contained in:
commit
6c0f605e89
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue