<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Nico,<br>
<br>
Thanks for your help with debian support<br>
Please see below<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF353686"><font size="2" color="#000000" face="Tahoma"><b>From:</b> moab-dev-bounces@mcs.anl.gov [moab-dev-bounces@mcs.anl.gov] on behalf of Nico Schlömer [nico.schloemer@gmail.com]<br>
<b>Sent:</b> Thursday, October 29, 2015 8:16 AM<br>
<b>To:</b> moab-dev@mcs.anl.gov<br>
<b>Subject:</b> [MOAB-dev] MOAB insights?<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Hi everyone,
<div><br>
</div>
<div>I'm about to consider switching a larger application of mine over from STK (which I'm very unhappy with) to MOAB (the development experience of which has been great).<br>
<br>
What  stk format? <br>
 this one?<br>
<a href="https://trilinos.org/oldsite/packages/stk/STK_Tutorial_4.pdf" target="_blank">https://trilinos.org/oldsite/packages/stk/STK_Tutorial_4.pdf</a><br>
<br>
Or something else?<br>
<br>
<br>
</div>
<div>Before tackling that task, I'd like to get your expert insight on a bunch of things:</div>
<div><br>
</div>
<div>* What data types does MOAB support. (I'm looking for something that can be visualized easily, i.e., I want standards. :)<br>
<br>
One good example is mbconvert tool;<br>
If you do mbconvert  -l, it will list the supported formats, readers and writers based on build configuration.
<br>
<br>
Our best supported format (native moab format) is based on HDF5. <br>
For visualization, we use VisIt and Paraview, and you need to build MOAB plugins for moab native hdf5 format. (or, if you can convert to vtk, you do not need to do anything, use any downloaded VisIt or Paraview)<br>
<br>
What format do you have for your mesh/data ?<br>
<br>
</div>
<div>* How does MOAB treat parallel I/O?<br>
<br>
MOAB HDF5 reader / writer supports parallel IO natively, in the sense every rank is responsible for a portion (part of a partition) of the mesh. Mesh is partitioned using metis or zoltan.
<br>
<br>
<br>
</div>
<div>* In MOAB's notion of meshes, is it possible to generate edges or faces from purely point/cell input data?</div>
<div><br>
Do you have a cloud of points ? Or do you have cell data?  For MOAB , a cell is described either as connectivity (list of vertices) or as a polyhedra, in which we have a list of polygons that define each volume;
<br>
If you have cell data, you can build easily in MOAB a list of adjacent faces or edges.
<br>
<br>
If you have just a cloud of points, you need to build first a mesh, using Delaunay / Voronoi type of algorithms<br>
<br>
<br>
 We have MOAB documentation here<br>
<a href="http://press3.mcs.anl.gov/sigma/moab-library/" target="_blank">http://press3.mcs.anl.gov/sigma/moab-library/</a><br>
<br>
Thanks,<br>
Iulian<br>
<br>
<br>
</div>
<div>Cheers,</div>
<div>Nico</div>
</div>
</div>
</div>
</div>
</body>
</html>