linearDG1d.doxy

Go to the documentation of this file.
1 
200 string author "(empty)"
201 string comment "(empty)"
202 string title "(empty)"
203 int gauss_p 1
204 int level 3
205 end
206 // output starts here
207 array double h {
208  1 0.5
209  2 0.25
210 }
211 array double maxNodalFehler {
212  1 0.060049
213  2 0.0222183
214 } @endcode
215 
216  Error diagram. The following diagram shows the convergence rates of
217  the method symmetric (t = -1) and the unsymmetric (t = 1) method.
218  <img src="linearDG1d-error.png" width="640" height="480" alt="error diagram">
219  The diagram above was created using the following commands: @code
220 set logscale x
221 set logscale y
222 set grid
223 set grid mxtics
224 set grid mytics
225 set key top left
226 set xlabel 'h'
227 set ylabel 'error'
228 set data style linespoints
229 plot 'linearDG1d_t1.gnuplot' using 2:3 title 'maximal nodal error, t=1', \
230  'linearDG1d_t-1.gnuplot' using 2:3 title 'maximal nodal error, t=-1' @endcode
231 
232  @section complete Complete Source Code
233  @author Philipp Frauenfelder, 2004
234 */
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich