<div class="gmail_quote">On Thu, Oct 27, 2011 at 08:54, Paul Sicsic <span dir="ltr"><<a href="mailto:paul.sicsic@polytechnique.edu">paul.sicsic@polytechnique.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>   SubRoutine IJacobianPoisson(dummyTS, t, U, Udot, a, Jac, PreJac, AppCtx, iErr)</div><div>      Type(TS)                                     :: dummyTS</div>



<div>      PetscReal                                    :: t, a </div><div>      Type(Vec)                                    :: U, Udot</div><div>      Type(Mat)                                    :: Jac, PreJac  </div>



<div>
      Type(AppCtx_Type)                            :: AppCtx</div><div>      PetscInt                                     :: iErr</div></blockquote></div><br><div>You are missing the MatStructure argument here. Add that and your AppCtx should come through correctly.</div>
<div><br></div><div>(This produces a warning in sane languages like C because the function type is checked.)</div>