<div class="gmail_quote">On Sat, Mar 17, 2012 at 21:34, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov">jedbrown@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is grid sequencing the only use case? What is the plan with grid sequencing for linear problems? Are the people who really want to do that capable of using SNES with KSPONLY? That would also make it easier to use a higher order prolongation the first time a given grid is reached, but use standard interpolants in subsequent cycles (as Achi does for the best work estimates).</blockquote>
</div><br><div>And does anyone prefer this interface where they set a callback to build the RHS instead of calling the function themselves (or constructing the RHS any way they please)? I know it makes for a somewhat slick example, but the user has to interact with a Vec anyway to get the solution out.</div>
<div><br></div><div><a href="http://www.mcs.anl.gov/petsc/petsc-dev/src/ksp/ksp/examples/tutorials/ex25.c.html">http://www.mcs.anl.gov/petsc/petsc-dev/src/ksp/ksp/examples/tutorials/ex25.c.html</a><br></div>