[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Couple of requests.
- To: petsc-dev@xxxxxxxxxxx
- Subject: Couple of requests.
- From: "Dave May" <dave.mayhem23@xxxxxxxxx>
- Date: Thu, 15 May 2008 12:44:03 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=uzNNYO+Mwmym7GqXcsPkvwYx4mNXY3yw0V8CM1EXU6E=; b=Qg0TihDR/uHnfRl7IuxETmlZU4JeKFxxyCKtx+146hUcw6ibz8w8FNHtFgjuVyQejQXSN5JgqBJNVv0Q+HHVg9jN6mWEz+t2puUbB+ydD3cN5EvXTZvHRszBGeSBk9s+ggwYoCh7rl1Bh6K2wN2Rk7fJh+2o4rh/nwRM2PYc2xI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=GTjJQ7U23kEzr2uVBoC9WVP70VNvkixdcAkYjjhwNXH6hCoJGgGZViVg7DWg9d71HkzZs8KHfTV7opB7Z50LhpTvTAk5vIcD5Duge+sl7RhSbewpL0+3ydax9AXr5mIVryt7T2euufPCtEJhFnKdpB7wuJVlLV+ubxcCjqNokSg=
- Reply-to: petsc-dev@xxxxxxxxxxx
- Sender: owner-petsc-dev@xxxxxxxxxxx
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 )
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?
Thanks in advance.
Cheers,
Dave.