~ubuntu-branches/ubuntu/trusty/rheolef/trusty

« back to all changes in this revision

Viewing changes to nfem/ptst/triangle2_p5-v1.geo

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito
  • Date: 2012-04-06 09:12:21 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120406091221-m58me99p1nxqui49
Tags: 6.0-1
* New upstream release 6.0 (major changes):
  - massively distributed and parallel support
  - full FEM characteristic method (Lagrange-Gakerkin method) support
  - enhanced users documentation 
  - source code supports g++-4.7 (closes: #667356)
* debian/control: dependencies for MPI distributed solvers added
* debian/rules: build commands simplified
* debian/librheolef-dev.install: man1/* to man9/* added
* debian/changelog: package description rewritted (closes: #661689)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!geo
 
2
 
 
3
mesh
 
4
4
 
5
header
 
6
 dimension      2
 
7
 order          5
 
8
 nodes          36
 
9
 triangles      2
 
10
end header
 
11
 
 
12
0 0
 
13
1 0
 
14
0 1
 
15
1 1
 
16
0.28 0.04
 
17
0.52 0.06
 
18
0.72 0.06
 
19
0.88 0.04
 
20
0.96 0.28
 
21
0.84 0.52
 
22
0.64 0.72
 
23
0.36 0.88
 
24
0.08 0.84
 
25
0.12 0.66
 
26
0.12 0.46
 
27
0.08 0.24
 
28
1.08 0.24
 
29
1.12 0.46
 
30
1.12 0.66
 
31
1.08 0.84
 
32
0.88 1.04
 
33
0.72 1.06
 
34
0.52 1.06
 
35
0.28 1.04
 
36
0.36 0.28
 
37
0.8 0.3
 
38
0.4 0.7
 
39
0.6 0.3
 
40
0.64 0.52
 
41
0.4 0.5
 
42
1 0.5
 
43
0.96 0.88
 
44
0.6 0.9
 
45
1 0.7
 
46
0.8 0.9
 
47
0.84 0.72
 
48
 
 
49
t       p5 0 1 2 4 5 6 7 8 9 10 11 12 13 14 15 24 27 25 29 28 26
 
50
t       p5 1 3 2 16 17 18 19 20 21 22 23 11 10 9 8 30 33 31 35 34 32
 
51