// a list of include files from the
// library, and as usual they are in
// the standard order which is
- // ``base'' - ``lac'' - ``grid'' -
- // ``dofs'' - ``fe'' - ``numerics''
+ // ``base'' -- ``lac'' -- ``grid'' --
+ // ``dofs'' -- ``fe'' -- ``numerics''
// (as each of these categories
// roughly builds upon previous
// ones), then C++ standard headers:
}
- // @sect4{Computing edge term error contributions - 1}
+ // @sect4{Computing edge term error contributions -- 1}
// On the other hand, computation
// of the edge terms for the error
}
- // @sect4{Computing edge term error contributions - 2}
+ // @sect4{Computing edge term error contributions -- 2}
// We are still missing the case of
// faces with hanging nodes. This
#include <numerics/matrices.h>
#include <numerics/data_out.h>
- // This is probably the only new one - it
+ // This is probably the only new one -- it
// declares the class that we use to transfer
// a solution on one grid to the one we
// obtain after refining/coarsening it:
}
- // ... as is the main loop (setup -
- // solve - refine)
+ // ... as is the main loop (setup --
+ // solve -- refine)
template <int dim>
void AdvectionProblem<dim>::run ()
{
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams