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

« back to all changes in this revision

Viewing changes to doc/pusrman/p-laplacian-square-r1.plot

  • 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
set terminal epslatex color standalone
 
2
set output "p-laplacian-square-r1.tex"
 
3
 
 
4
set logscale y
 
5
set size square 0.7
 
6
set xtics (0,500)
 
7
set ytics (\
 
8
        "[r]{$10^{-15}$}" 1e-15, \
 
9
        "[r]{$10^{-10}$}" 1e-10, \
 
10
        "[r]{$10^{-5}$}" 1e-5, \
 
11
        "[r]{$10^{0}$}" 1 )
 
12
set xlabel "[c]{$n$}"
 
13
set  label "[r]{\\Large $\\|r_h\\|_{-1,h}$}" at graph -0.05,0.5
 
14
 
 
15
plot [0:500][1e-15:1] \
 
16
  "p-laplacian-square-p=2.5.gdat" title "[r]{$p=2.50$}" w l, \
 
17
  "p-laplacian-square-p=2.9.gdat" title "[r]{$p=2.90$}" w l, \
 
18
  "p-laplacian-square-p=2.95.gdat" title "[r]{$p=2.95$}" w l
 
19
 
 
20
#pause -1 "<retour>"
 
21