MOAB: A Mesh-Oriented datABase
MOAB is a component for representing and evaluating mesh data. MOAB can store structured and unstructured mesh, consisting of elements in the finite element “zoo”. The functional interface to MOAB is simple yet powerful, allowing the representation of many types of metadata commonly found on the mesh. MOAB is optimized for efficiency in space and time, based on access to mesh in chunks rather than through individual entities, while also versatile enough to support individual entity access.
MOAB implements the ITAPS iMesh interface; iMesh is a common interface to mesh data implemented by several different packages, including MOAB. Various tools like smoothing, adaptive mesh refinement, and parallel mesh communication are implemented on top of iMesh.
MOAB is maintained in a world-readable svn repository, located at https://svn.mcs.anl.gov/repos/ITAPS/MOAB/trunk. If you would like to participate in the development of MOAB, contact Tim Tautges for getting write access to the MOAB repository, and request an account by browsing https://accounts.mcs.anl.gov/request.php and listing Tim Tautges as the account sponsor.
Mailing lists
There are two mailing lists for MOAB:
* MOAB-announce: For general announcements, e.g. releases
* MOAB-dev: The nitty gritty details, including svn checkin messages
To send a message, send it to MOAB-announce _at_ mcs.anl.gov or MOAB-dev _at_ mcs.anl.gov.
To subscribe, send email to majordomo _at_ mcs.anl.gov, with 'subscribe <listname>' in the message body.
Archives are located at announce and dev. NOTE: for the time being, these are ANL-only; I'll try to get that changed as soon as possible.
Downloads
If you use MOAB, please be kind enough to send us a note about how you're using it, to moab-dev _at_ mcs.anl.gov. Feel free to send any bug reports and suggested improvements there too!
Recent MOAB releases:
Current snapshot (updated 10/26/07)
MOAB 3.0.0
MOAB 2.0
Documentation
MOAB User's Guide
ITAPS-MOAB shortcourse presentation (some ANL/MCS-specific info, but also of general interest)
MOAB Frequently Asked Questions
*NEW* Solution coupling using MOAB
