plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
addStrain_ElastoPlasticity
Subroutine
MIT
11 statements
Source File
ElastoPlasticityClass.f90
ElastoPlasticityClass
addStrain_ElastoPlasticity
Contents
public subroutine addStrain_ElastoPlasticity(this, ElementID, GaussPointID, dStrain)
Type Bound
ElastoPlasticity_
Arguments
Type
Intent
Optional
Attributes
Name
class(
ElastoPlasticity_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
ElementID
integer(kind=int32),
intent(in)
::
GaussPointID
real(kind=real64),
intent(in)
::
dStrain
(:,:)