← Back to team overview

dolfin team mailing list archive

Re: XML format for Higher Order meshes

 



On Mon, 25 Aug 2008, Anders Logg wrote:
Yes, this looks good. But maybe the local indices for the higher-order
cells should not start at zero:

    <higher_order_cells size="2">
      <triangle index="0" affine="false" v3="4" v4="5" v5="6"/>
      <triangle index="1" affine="true"  v3="8" v4="6" v5="7"/>
    </higher_order_cells>

?

That should be fine.

- Shawn


References