<div class="gmail_quote">On Tue, May 17, 2011 at 00:57, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">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;">
<div>For FEM stuff (like mixed elements, higher order, complicated bases), I need layout information that maps</div><div><br></div><div>    mesh piece ---> (size, offset)</div><div><br></div>
<div>I made a separate structure to contain this info, but it sounds like this suped-up PetscLayout could contain it</div><div>instead. Is that feasible?</div></blockquote></div><br><div>How are you identifying "mesh piece"? This appears to be basically another step removed (but in the same spirit of) the ISLocalToGlobalMapping.</div>