200string  author  
"(empty)" 
  201string  comment 
"(empty)" 
  202string  title   
"(empty)" 
  211array 
double maxNodalFehler {
 
  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
 
  228set data style linespoints
 
  229plot '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
 
  232    @section complete Complete Source Code
 
  233    @author Philipp Frauenfelder, 2004