corrected debugging output: extreme values of returned stress and jacobian belong to cpfem debugging, not homogenization
This commit is contained in:
parent
6d8ac13859
commit
eae9a34c6b
|
@ -473,7 +473,9 @@ subroutine debug_info
|
||||||
endif
|
endif
|
||||||
enddo
|
enddo
|
||||||
write(6,'(a15,i10,1x,i10)') ' total',integral,sum(debug_MaterialpointLoopDistribution)
|
write(6,'(a15,i10,1x,i10)') ' total',integral,sum(debug_MaterialpointLoopDistribution)
|
||||||
|
endif
|
||||||
|
|
||||||
|
if (iand(debug_level(debug_CPFEM),debug_levelBasic) /= 0) then
|
||||||
write(6,*)
|
write(6,*)
|
||||||
write(6,*)
|
write(6,*)
|
||||||
write(6,*) 'Extreme values of returned stress and jacobian'
|
write(6,*) 'Extreme values of returned stress and jacobian'
|
||||||
|
|
Loading…
Reference in New Issue