When using Return Mapping algorithm, I implement Newton–Raphson iteration to reach the value of plastic multiplier. I know that the total value of plastic multiplier should not be negative. But, what should I do if one increment of plastic multiplier in an iteration is negative. Should I stop iteration or continue or what?