[skip sc] cleaning
This commit is contained in:
parent
93562d5142
commit
dbed7056e5
|
@ -196,7 +196,7 @@ end subroutine CPFEM_init
|
||||||
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
!> @brief perform initialization at first call, update variables and call the actual material model
|
!> @brief forwards data after successful increment
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
subroutine CPFEM_age()
|
subroutine CPFEM_age()
|
||||||
use prec, only: &
|
use prec, only: &
|
||||||
|
@ -212,16 +212,6 @@ subroutine CPFEM_age()
|
||||||
debug_levelSelective
|
debug_levelSelective
|
||||||
use FEsolving, only: &
|
use FEsolving, only: &
|
||||||
restartWrite
|
restartWrite
|
||||||
use math, only: &
|
|
||||||
math_identity2nd, &
|
|
||||||
math_mul33x33, &
|
|
||||||
math_det33, &
|
|
||||||
math_transpose33, &
|
|
||||||
math_I3, &
|
|
||||||
math_Mandel3333to66, &
|
|
||||||
math_Mandel66to3333, &
|
|
||||||
math_Mandel33to6, &
|
|
||||||
math_Mandel6to33
|
|
||||||
use material, only: &
|
use material, only: &
|
||||||
plasticState, &
|
plasticState, &
|
||||||
sourceState, &
|
sourceState, &
|
||||||
|
|
|
@ -469,8 +469,7 @@ subroutine utilities_constitutiveResponse(timeinc,P_av,forwardData)
|
||||||
real(pReal) :: defgradDetMin, defgradDetMax, defgradDet
|
real(pReal) :: defgradDetMin, defgradDetMax, defgradDet
|
||||||
PetscErrorCode :: ierr
|
PetscErrorCode :: ierr
|
||||||
|
|
||||||
if (worldrank == 0) &
|
write(6,'(/,a)') ' ... evaluating constitutive response ......................................'
|
||||||
write(6,'(/,a)') ' ... evaluating constitutive response ......................................'
|
|
||||||
|
|
||||||
age = .False.
|
age = .False.
|
||||||
if (forwardData) then ! aging results
|
if (forwardData) then ! aging results
|
||||||
|
|
Loading…
Reference in New Issue