<div class="gmail_quote">On Tue, Aug 14, 2012 at 3:35 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I guess I do not understand. What is the context set API? Why can't you pass NULL?</blockquote></div><br><div>You can, but the setter routines interpret NULL as "ignore", i.e.</div><div><br></div><div>if (func) ctx->func = func;</div>