setCauchyStress_ElastoPlasticity Subroutine

public subroutine setCauchyStress_ElastoPlasticity(this, ElementID, GaussPointID, CauchyStress)

Type Bound

ElastoPlasticity_

Arguments

Type IntentOptional Attributes Name
class(ElastoPlasticity_), intent(inout) :: this
integer(kind=int32), intent(in) :: ElementID
integer(kind=int32), intent(in) :: GaussPointID
real(kind=real64), intent(in) :: CauchyStress(:,:)