~ubuntu-branches/ubuntu/maverick/dolfin/maverick

« back to all changes in this revision

Viewing changes to sandbox/passembly-bench-vec/unitsquare_reallysmall.xml.gz

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2009-10-12 14:13:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012141318-hkbxl0sq555vqv7d
Tags: 0.9.4-1
* New upstream release. This version cleans up the design of the
  function class by adding a new abstraction for user-defined
  functions called Expression. A number of minor bugfixes and
  improvements have also been made.
* debian/watch: Update for new flat directory structure.
* Update debian/copyright.
* debian/rules: Use explicit paths to PETSc 3.0.0 and SLEPc 3.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<dolfin xmlns:dolfin="http://www.fenics.org/dolfin/">
 
4
  <mesh celltype="triangle" dim="2">
 
5
    <vertices size="9">
 
6
      <vertex index="0" x="0" y="0"/>
 
7
      <vertex index="1" x="0.5" y="0"/>
 
8
      <vertex index="2" x="1" y="0"/>
 
9
      <vertex index="3" x="0" y="0.5"/>
 
10
      <vertex index="4" x="0.5" y="0.5"/>
 
11
      <vertex index="5" x="1" y="0.5"/>
 
12
      <vertex index="6" x="0" y="1"/>
 
13
      <vertex index="7" x="0.5" y="1"/>
 
14
      <vertex index="8" x="1" y="1"/>
 
15
    </vertices>
 
16
    <cells size="8">
 
17
      <triangle index="0" v0="0" v1="1" v2="4"/>
 
18
      <triangle index="1" v0="0" v1="3" v2="4"/>
 
19
      <triangle index="2" v0="1" v1="2" v2="5"/>
 
20
      <triangle index="3" v0="1" v1="4" v2="5"/>
 
21
      <triangle index="4" v0="3" v1="4" v2="7"/>
 
22
      <triangle index="5" v0="3" v1="6" v2="7"/>
 
23
      <triangle index="6" v0="4" v1="5" v2="8"/>
 
24
      <triangle index="7" v0="4" v1="7" v2="8"/>
 
25
    </cells>
 
26
  </mesh>
 
27
</dolfin>