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

« back to all changes in this revision

Viewing changes to doc/pusrman/p-laplacian-newton-square-r2.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-newton-square-r2.tex"
 
3
 
 
4
set logscale y
 
5
set size square 0.7
 
6
set xtics (0,25)
 
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.43
 
14
 
 
15
 
 
16
set logscale y
 
17
 
 
18
plot [0:25][1e-15:1e4] \
 
19
"p-laplacian-newton-square-p=2.5.gdat" title "[r]{$p=2.5$}" w l lw 2, \
 
20
"p-laplacian-newton-square-p=3.0.gdat" title "[r]{$p=3.0$}" w l lw 2, \
 
21
"p-laplacian-newton-square-p=3.5.gdat" title "[r]{$p=3.5$}" w l lw 2, \
 
22
"p-laplacian-newton-square-p=4.0.gdat" title "[r]{$p=4.0$}" w l lw 2
 
23
 
 
24
#pause -1 "<retour>"