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

« back to all changes in this revision

Viewing changes to nfem/ptst/curved_P3_t.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     3
 
8
 nodes  10
 
9
 triangles      1
 
10
 edges  3
 
11
end header
 
12
 
 
13
0 0
 
14
1 0
 
15
0 1
 
16
0.333333333333333 0.148148148148148
 
17
0.666666666666667 0.0740740740740741
 
18
0.666666666666667 0.407407407407407
 
19
0.333333333333333 0.814814814814815
 
20
0 0.666666666666667
 
21
0 0.333333333333333
 
22
0.333333333333333 0.481481481481482
 
23
 
 
24
t       p1 0 1 2
 
25
 
 
26
e       p1 0 1
 
27
e       p1 1 2
 
28
e       p1 2 0