294string author
"(empty)"
295string comment
"(empty)"
296string title
"(empty)"
301double exEnergie 0.0246385
302array
double energieFehler {
310array
double maxNodalFehler {
316 <img src=
"linearFEM1d-conv.png" width=
"640" height=
"480" alt=
"error diagram">
317 The diagram above was created
using the following commands: @code
326plot
'linearFEM1d-1.gnuplot' using 3:2 title
'relative energy error, gauss_p = 1', \
327 '' using 3:4 title
'max nodal error, gauss_p = 1', \
328 'linearFEM1d-2.gnuplot' using 3:2 title
'relative energy error, gauss_p = 2', \
329 '' using 3:4 title
'max nodal error, gauss_p = 2' @endcode
331 Exact and numerical solution:
332 <img src=
"linearFEM1d-solution.png" width=
"640" height=
"480"
333 alt=
"exact and numerical solution">
334 The diagram above was created
using the following commands: @code
338plot
'solution1d-1.gnuplot',
'solution1d-2.gnuplot',
'solution1d-3.gnuplot', -3.0*cosh(x)/cosh(1.0)+x*x+2.0
@endcode
340 @section complete Complete Source Code
341 @author Philipp Frauenfelder, 2004