On Wed, May 14, 2008 at 9:44 PM, Dave May <[email protected]> wrote:
Hello, Could the follow items be added into petsc-dev please.
1) Object: PCMG If the MGType is multiplicative, could PCView_MG(), report the value of mg[0]->cyclesperpcapply (set by -pc_mg_multiplicative_cycle )
Done.
2) Object: SNESPicard Could the lines
/* Call general purpose update function */ if (snes->ops->update) { ierr = (*snes->ops->update)(snes, snes->iter);CHKERRQ(ierr); }
be included within the Picarad iteration like it is in SNESTR and SNESLS?
Done. Matt
Thanks in advance.
Cheers, Dave.
-- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener
participants (1)
-
Matthew Knepley