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

« back to all changes in this revision

Viewing changes to doc/pusrman/dirichlet_dg-1d-elevation.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 "dirichlet_dg-1d-elevation.tex"
 
3
 
 
4
set sample 1000
 
5
set size square 0.8
 
6
set xrange [0:1]
 
7
set yrange [-1.1:1.1]
 
8
set xtics (0,0.5,1)
 
9
set ytics (-1,0,1)
 
10
set xlabel '[c]{\large $x$}'
 
11
set  label '[r]{$h=1/10$}' at graph 0.80,0.70
 
12
plot \
 
13
  cos(pi*x) \
 
14
        title '[r]{$u(x)$}' \
 
15
        w l lw 1 lc 0 lt 1, \
 
16
  "dirichlet_dg-1d-elevation.gdat" \
 
17
        title '[r]{$u_h(x)$}' \
 
18
        with linespoints lc 1 lw 3 lt 1
 
19
 
 
20
#pause -1