<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'><br><br><hr id="zwchr"><blockquote id="DWT2155" style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">Hi all,<br>   We're now supporting with MOAB two different applications that use spectral meshes (Nek5000, an ANL CFD code, and <br>HOMME, an SNL/NCAR climate code).  As is usually the case, we not only have to represent these meshes in MOAB, but <br>support meshes of those types in tools working on MOAB (viz, partitioning, etc).  Spectral meshes are challenging <br>because there are many ways to represent and order them, with applications typically using a lexicographic ordering and <br>mesh-based tools preferring something more akin to higher-order element ordering.<br>   I've written the attached document that describes the problem, along with a few possible options for representation <br>of these meshes.  I'd welcome comments if you have them.  Thanks.<br><br>- tim<br><br></blockquote>Hello,<br>There is another option, which is actually close to what we do now in Homme meshes: store the "finer" mesh, formed by spectral points, in a <br>very regular grid, on each "coarse" element. And maybe have a method to group the "finer elements" on each "coarse" (spectral ) element.<br><br>It is much more expensive for 3d (homme is basically 2d manifold), so maybe it is not worth mentioning. The only advantage to this (5th) option is that is probably the easiest in terms of development, and we could even use the existing visu tools. (actually, there is a visit plugin to display nek meshes directly, using this concept)<br><br>All other options will need some working on the visu side.<br><br>Iulian<br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">-- <br>================================================================<br>"You will keep in perfect peace him whose mind is<br>   steadfast, because he trusts in you."               Isaiah 26:3<br><br>              Tim Tautges            Argonne National Laboratory<br>          (tautges@mcs.anl.gov)      (telecommuting from UW-Madison)<br>  phone (gvoice): (608) 354-1459      1500 Engineering Dr.<br>             fax: (608) 263-4499      Madison, WI 53706<br><br></blockquote><br></div></body></html>