<?xml version="1.0" encoding="UTF-8"?>

<dolfin xmlns:dolfin="http://www.fenics.org/dolfin/">
  <mesh celltype="tetrahedron" dim="3">
    <vertices size="8">
      <vertex index ="0" x ="0" y ="0" z ="0"/>
      <vertex index ="1" x ="0" y ="0" z ="1"/>
      <vertex index ="2" x ="0" y ="1" z ="0"/>
      <vertex index ="3" x ="0" y ="1" z ="1"/>
      <vertex index ="4" x ="1" y ="0" z ="0"/>
      <vertex index ="5" x ="1" y ="0" z ="1"/>
      <vertex index ="6" x ="1" y ="1" z ="0"/>
      <vertex index ="7" x ="1" y ="1" z ="1"/>
    </vertices>
    <cells size="6">
      <tetrahedron index ="0" v0 ="3" v1 ="2" v2 ="4" v3 ="0"/>
      <tetrahedron index ="1" v0 ="3" v1 ="1" v2 ="4" v3 ="0"/>
      <tetrahedron index ="2" v0 ="3" v1 ="6" v2 ="2" v3 ="4"/>
      <tetrahedron index ="3" v0 ="3" v1 ="6" v2 ="7" v3 ="4"/>
      <tetrahedron index ="4" v0 ="3" v1 ="5" v2 ="1" v3 ="4"/>
      <tetrahedron index ="5" v0 ="3" v1 ="5" v2 ="7" v3 ="4"/>
    </cells>
  </mesh>
</dolfin>
