<div class="gmail_quote">On Tue, Nov 8, 2011 at 14:49, mspieg <span dir="ltr"><<a href="mailto:mspieg@ldeo.columbia.edu">mspieg@ldeo.columbia.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
VecIsGhosted would be niceā€¦</blockquote></div><br><div>Pushed to petsc-dev. The semantics are simply whether VecGhostGetLocalForm() will succeed (which is normally what you want in the degenerate case of a serial Vec which is equal to its ghosted representation). An alternative would be to eliminate VecIsGhosted and just have VecGhostGetLocalForm function return NULL if the Vec is not ghosted. I'm half-inclined to just do that, but would like to hear comments first.</div>