<div class="gmail_quote">On Wed, Apr 13, 2011 at 23:29, Tim Tautges <span dir="ltr">&lt;<a href="mailto:tautges@mcs.anl.gov">tautges@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<span class="il">MOAB</span> is tuned first for minimizing memory; therefore, internal faces and edges in a 3d mesh won&#39;t necessarily be explicitly represented (i.e. you won&#39;t get a handle to them); if you do want them, and can afford the cost in terms of memory, call get_adjacencies with &quot;true&quot; for the create_if_missing parameter</blockquote>
</div><br><div>Any plans to expose this functionality in iMesh (even just with a C API)? I could do the wrapper external to MOAB, but it&#39;s a handy thing to have.</div>