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

<dolfin xmlns:dolfin="http://www.fenics.org/dolfin/">
  <mesh celltype="triangle" dim="2">
    <vertices size="20">
      <vertex index ="0" x ="0" y ="0"/>
      <vertex index ="1" x ="1" y ="0"/>
      <vertex index ="2" x ="2" y ="0"/>
      <vertex index ="3" x ="3" y ="0"/>
      <vertex index ="4" x ="4" y ="0"/>
      <vertex index ="5" x ="0" y ="1"/>
      <vertex index ="6" x ="1" y ="1"/>
      <vertex index ="7" x ="2" y ="1"/>
      <vertex index ="8" x ="3" y ="1"/>
      <vertex index ="9" x ="4" y ="1"/>
      <vertex index ="10" x ="0" y ="2"/>
      <vertex index ="11" x ="1" y ="2"/>
      <vertex index ="12" x ="2" y ="2"/>
      <vertex index ="13" x ="3" y ="2"/>
      <vertex index ="14" x ="4" y ="2"/>
      <vertex index ="15" x ="0" y ="3"/>
      <vertex index ="16" x ="1" y ="3"/>
      <vertex index ="17" x ="2" y ="3"/>
      <vertex index ="18" x ="3" y ="3"/>
      <vertex index ="19" x ="4" y ="3"/>
    </vertices>
    <cells size="24">
      <triangle index ="0" v0 ="5" v1 ="0" v2 ="1"/>
      <triangle index ="1" v0 ="6" v1 ="5" v2 ="1"/>
      <triangle index ="2" v0 ="6" v1 ="10" v2 ="5"/>
      <triangle index ="3" v0 ="11" v1 ="10" v2 ="6"/>
      <triangle index ="4" v0 ="15" v1 ="10" v2 ="11"/>
      <triangle index ="5" v0 ="15" v1 ="11" v2 ="16"/>
      <triangle index ="6" v0 ="6" v1 ="1" v2 ="2"/>
      <triangle index ="7" v0 ="7" v1 ="6" v2 ="2"/>
      <triangle index ="8" v0 ="7" v1 ="11" v2 ="6"/>
      <triangle index ="9" v0 ="12" v1 ="11" v2 ="7"/>
      <triangle index ="10" v0 ="16" v1 ="11" v2 ="12"/>
      <triangle index ="11" v0 ="16" v1 ="12" v2 ="17"/>
      <triangle index ="12" v0 ="7" v1 ="2" v2 ="3"/>
      <triangle index ="13" v0 ="8" v1 ="7" v2 ="3"/>
      <triangle index ="14" v0 ="8" v1 ="12" v2 ="7"/>
      <triangle index ="15" v0 ="13" v1 ="12" v2 ="8"/>
      <triangle index ="16" v0 ="17" v1 ="12" v2 ="13"/>
      <triangle index ="17" v0 ="17" v1 ="13" v2 ="18"/>
      <triangle index ="18" v0 ="8" v1 ="3" v2 ="4"/>
      <triangle index ="19" v0 ="9" v1 ="8" v2 ="4"/>
      <triangle index ="20" v0 ="9" v1 ="13" v2 ="8"/>
      <triangle index ="21" v0 ="14" v1 ="13" v2 ="9"/>
      <triangle index ="22" v0 ="18" v1 ="13" v2 ="14"/>
      <triangle index ="23" v0 ="18" v1 ="14" v2 ="19"/>
    </cells>
  </mesh>
</dolfin>
