Dear All

I want to add some new element to support high order element like what gmsh
provided. So I want to add a new entry to the enum of ElemType. However, I
found after each line of elemtype, there is a index. Is that ok to insert a
new enum entry to indicate a new element? Like

TRI3,  //3
TRI6,  //4
TRI10,  //new p3 triangle
TRI15, // new p4 triangle

QUAD4, //5


Thanks a lot.

Sincerely Yours,

Lei
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to