<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">I have an unsteady problem I'm trying to solve for steady state. The regular time-accurate stepping works fine (uses around 5 Newton iterations with 100 krylov iterations each per time step) with beuler stepping. 
<div dir="auto"><br>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">But when changing only TSType to pseudo it looks like SNES max iterations is getting set to 1, and each pseduo time step then only does a single Newton step and then throws SNES CONVERGED_ITS 1 despite setting snessettolerances to allow 50 Newton
 steps.
<div dir="auto"><br>
</div>
<div dir="auto">I'm trying to use all the same configuration here that works for backward Euler, but just continually increase the step size each time step. What am I missing here?</div>
<div dir="auto"><br>
</div>
<div dir="auto">Thanks,</div>
<div dir="auto">Mark</div>
</div>
</div>
</body>
</html>