Couple of requests.

Matthew Knepley knepley at gmail.com
Thu May 15 07:45:38 CDT 2008


On Wed, May 14, 2008 at 9:44 PM, Dave May <dave.mayhem23 at gmail.com> 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




More information about the petsc-dev mailing list