Hello,<br> Could the follow items be added into petsc-dev please.<br><br>1) Object: PCMG<br> If the MGType is multiplicative<b>, </b>could PCView_MG(), report the value of mg[0]->cyclesperpcapply (set by -pc_mg_multiplicative_cycle )<br>
<br>2) Object: SNESPicard<br> Could the lines<br><br> /* Call general purpose update function */<br> if (snes->ops->update) {<br> ierr = (*snes->ops->update)(snes, snes->iter);CHKERRQ(ierr);<br>
}<br><br>be included within the Picarad iteration like it is in SNESTR and SNESLS?<br><br><br>Thanks in advance.<br><br>Cheers,<br> Dave.<br>