On Mon, Jun 28, 2010 at 11:18 AM, John Peterson
<peter...@cfdlab.ae.utexas.edu> wrote:
> On Mon, Jun 28, 2010 at 11:15 AM, John Peterson
> <peter...@cfdlab.ae.utexas.edu> wrote:
>> On Mon, Jun 28, 2010 at 11:01 AM, Kirk, Benjamin (JSC-EG311)
>> <benjamin.kir...@nasa.gov> wrote:
>>> Anyone out there have any idea what the face numbering is for pyramids
>>> in exodus?  It's not shown in the latest doument I could find...
>>
>> Does this help?  Found it in
>>
>> $LIBMESH_DIR/contrib/exodusii/Lib/src/exgssn.c
>>
>> ...
>>
>>
>>  /* pyramid */
>>  static int pyramid_table[5][8] = {
>>  /*          1                   2                    3              side   
>> */
>>    {1,2,5,0,6,11,10,0}, {2,3,5,0,7,12,11,0}, {3,4,5,0,8,13,12,0}, /* nodes  
>> */
>>  /*          4                  5                                    side   
>> */
>>    {1,5,4,0,10,13,9,0}, {1,4,3,2,9,8,7,6}                         /* nodes  
>> */
>>  };
>
> I figure maybe the 8 nodes/side refer to a degenerated Hex8 face on
> each triangular side?

Make that Quad8...

-- 
John

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to