Skip to content

Commit

Permalink
Avoid overshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Oct 1, 2024
1 parent bc1c3a3 commit ac67425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material/Material3D/vonMises/SubloadingMetal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ int SubloadingMetal::update_trial_status(const vec& t_strain) {

gamma -= incre(0);
z -= incre(1);
if(z > 1.) z = 1. - datum::eps;
}
}

Expand Down

0 comments on commit ac67425

Please sign in to comment.