new error 237: singularity in internal stress calculation
This commit is contained in:
parent
7be2edb10e
commit
31a570768b
|
@ -1231,6 +1231,8 @@ endfunction
|
|||
msg = 'Material parameter in nonlocal constitutive phase out of bounds:'
|
||||
case (236)
|
||||
msg = 'Unknown material parameter in nonlocal constitutive phase:'
|
||||
case (237)
|
||||
msg = 'Singularity in internal stress calculation'
|
||||
case (240)
|
||||
msg = 'Non-positive Taylor factor'
|
||||
case (241)
|
||||
|
|
Loading…
Reference in New Issue