plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
StressRatioFunction
Interface
MIT
7 statements
Source File
ElastoPlasticityClass.f90
ElastoPlasticityClass
StressRatioFunction
Contents
None
interface
public function StressRatioFunction(CauchyStress, dCauchyStress, StrainRatio) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
CauchyStress
(:,:)
real(kind=real64),
intent(in)
::
dCauchyStress
(:,:)
real(kind=real64),
intent(in)
::
StrainRatio
(:,:)
Return Value
real(kind=real64),allocatable,(:,:)