~ubuntu-branches/ubuntu/wily/rheolef/wily

« back to all changes in this revision

Viewing changes to doc/pusrman/p-laplacian-square-newton-p=3-Pk.plot

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2013-04-30 11:29:51 UTC
  • mfrom: (1.2.1) (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130430112951-g69nuqin77t75dek
Tags: 6.4-1
[ Pierre Saramito ]
* New upstream release 6.4 (major changes):
  - new powerful c++ expressions for FEM specifications
  - configure script improved (portability increased)
  - minor bug fixes
* control:
  - all architectures are considered (armel & armhf are back)
  - no more circular-dependency librheolef-dev <--> rheolef
* rules: add security compiler flags (hardening and -W,-l,relro)
* watch: include an updated version, thanks to B. Martens <bartm@debian.org>
* copyright: various file format fixes

[ Sylvestre Ledru ]
*  Standards-Version updated to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set terminal epslatex color standalone
 
2
set output 'p-laplacian-square-newton-p=3-Pk.tex'
 
3
 
 
4
set size square 0.9
 
5
set log y
 
6
set xrange [0:25]
 
7
set xtics (0,5,10,15,20,25)
 
8
set yrange [1e-15:1e5]
 
9
set ytics (\
 
10
        "[r]{$10^{-15}$}" 1e-15, \
 
11
        "[r]{$10^{-10}$}" 1e-10, \
 
12
        "[r]{$10^{-5}$}" 1e-5, \
 
13
        "[r]{$1$}" 1 )
 
14
set xlabel '[c]{\large $n$}'
 
15
set  label '[l]{$\left\|r_h^{(n)}\right\|_{-1,h}$}' at graph 0.01,0.92
 
16
set  label '[c]{$p=3$}' at graph 0.5,0.60
 
17
 
 
18
plot \
 
19
'p-laplacian-square-newton-p=3-P1.gdat' \
 
20
        t '[r]{$k=1$}' w lp lw 2, \
 
21
'p-laplacian-square-newton-p=3-P2.gdat' \
 
22
        t '[r]{$k=2$}' w lp lw 2, \
 
23
'p-laplacian-square-newton-p=3-P3.gdat' \
 
24
        t '[r]{$k=3$}' w lp lw 2, \
 
25
'p-laplacian-square-newton-p=3-P4.gdat' \
 
26
        t '[r]{$k=4$}' w lp lw 2, \
 
27
'p-laplacian-square-newton-p=3-P5.gdat' \
 
28
        t '[r]{$k=5$}' w lp lw 2
 
29
 
 
30
#pause -1 "<retour>"