corrected bug: renamed file list for commercial FEM solvers to start with small letter
This commit is contained in:
parent
b33265c84d
commit
d1e1191df4
|
@ -73,7 +73,7 @@ end function getSolverJobName
|
||||||
|
|
||||||
end module DAMASK_interface
|
end module DAMASK_interface
|
||||||
|
|
||||||
#include "CommercialFEM_fileList.f90"
|
#include "commercialFEM_fileList.f90"
|
||||||
|
|
||||||
subroutine vumat(nBlock, nDir, nshr, nStateV, nFieldV, nProps, lAnneal, &
|
subroutine vumat(nBlock, nDir, nshr, nStateV, nFieldV, nProps, lAnneal, &
|
||||||
stepTime, totalTime, dt, cmName, coordMp, charLength, &
|
stepTime, totalTime, dt, cmName, coordMp, charLength, &
|
||||||
|
|
|
@ -73,7 +73,7 @@ end function getSolverJobName
|
||||||
|
|
||||||
end module DAMASK_interface
|
end module DAMASK_interface
|
||||||
|
|
||||||
#include "CommercialFEM_fileList.f90"
|
#include "commercialFEM_fileList.f90"
|
||||||
|
|
||||||
subroutine UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,&
|
subroutine UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,&
|
||||||
RPL,DDSDDT,DRPLDE,DRPLDT,STRAN,DSTRAN,&
|
RPL,DDSDDT,DRPLDE,DRPLDT,STRAN,DSTRAN,&
|
||||||
|
|
|
@ -102,7 +102,7 @@ end function getSolverJobName
|
||||||
|
|
||||||
end module DAMASK_interface
|
end module DAMASK_interface
|
||||||
|
|
||||||
#include "CommercialFEM_fileList.f90"
|
#include "commercialFEM_fileList.f90"
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
!> @brief This is the MSC.Marc user subroutine for defining material behavior
|
!> @brief This is the MSC.Marc user subroutine for defining material behavior
|
||||||
|
|
Loading…
Reference in New Issue