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

« back to all changes in this revision

Viewing changes to doc/pexamples/cvge-neumann-nh-pente.gdat

  • 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
# dirichlet-nh
 
2
# TODO: maillage non struct pour t & T : norme H1 ?
 
3
# e   pente_l2 pente_h1
 
4
 
 
5
# P1    2       1
 
6
e       2.00    1.96    2.00
 
7
t       1.99    1.84    1.83
 
8
q       1.99    1.96    1.99
 
9
ut      2.04    1.27    1.90
 
10
uq      1.84    1.19    1.91
 
11
T       1.93    1.62 # OK h1: 1.62 tends vers 1.5
 
12
H       0.85    1.90 # NON l2: irregulier : pair-impair ? mais h1 cv => norme_l2 > norme_h1 !! => regarder...!!!
 
13
 
 
14
# P2    3       2
 
15
e       4.00    3.05    4.00
 
16
t       3.83    2.52    3.03     # super cv (1, 1/2, 1)
 
17
q       4.00    3.05    4.00     # super cv (1,1,1)
 
18
ut      3.44    2.26    3.10
 
19
uq      3.06    1.76    2.87
 
20
T       3.91    2.34             # OK
 
21
H       4.04    3.37    4.02