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

« back to all changes in this revision

Viewing changes to doc/pusrman/p-laplacian-newton-p=1,6.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-p=1,6.tex"
 
3
 
 
4
set size square 0.8
 
5
set log y
 
6
 
 
7
set xtics (0,5,10,15)
 
8
set ytics (\
 
9
        "[r]{$10^{-15}$}" 1e-15, \
 
10
        "[r]{$10^{-10}$}" 1e-10, \
 
11
        "[r]{$10^{-5}$}" 1e-5, \
 
12
        "[r]{$10^{0}$}" 1 )
 
13
set xlabel "[c]{$n$}"
 
14
set  label "[r]{\\Large $\\|r_h\\|_{L^2}$}" at graph -0.05,0.50
 
15
 
 
16
plot [0:15][1e-15:100] \
 
17
"p-laplacian-newton-n=10-p=1.6.gdat" u 1:($2) title  "[r]{$10\\times 10$}" w lp, \
 
18
"p-laplacian-newton-n=20-p=1.6.gdat" u 1:($2) title  "[r]{$20\\times 20$}" w lp, \
 
19
"p-laplacian-newton-n=30-p=1.6.gdat" u 1:($2) title  "[r]{$30\\times 30$}" w lp, \
 
20
"p-laplacian-newton-n=40-p=1.6.gdat" u 1:($2) title  "[r]{$40\\times 40$}" w lp, \
 
21
"p-laplacian-newton-n=50-p=1.6.gdat" u 1:($2) title  "[r]{$50\\times 50$}" w lp
 
22
 
 
23
#pause -1 "<retour>"
 
24