may want to output it in a format that can be visualized, or you may
want to compute quantities you are interested in: say, heat fluxes in a
heat exchanger, air friction coefficients of a wing, maximum bridge
- loads, or simple the value of the numerical solution at a point. This
+ loads, or simply the value of the numerical solution at a point. This
function is therefore the place for postprocessing your solution.
</ul>
All of this is held together by the single public function (other than the
#include <deal.II/grid/tria_iterator.h>
#include <deal.II/dofs/dof_accessor.h>
-// In this file contains the description of the Lagrange interpolation finite
+// This file contains the description of the Lagrange interpolation finite
// element:
#include <deal.II/fe/fe_q.h>
// matrices, as shown in previous examples:
#include <deal.II/dofs/dof_tools.h>
-// The next two file are needed for assembling the matrix using quadrature on
+// The next two files are needed for assembling the matrix using quadrature on
// each cell. The classes declared in them will be explained below:
#include <deal.II/fe/fe_values.h>
#include <deal.II/base/quadrature_lib.h>