* the instructions provided in
* http://www.visitusers.org/index.php?title=Time_and_Cycle_in_VTK_files
* unless it is at its default value of
- * std::numeric_limits<double>::min().
+ * @verbatim std::numeric_limits<unsigned int>::min() @endverbatim.
*/
double time;
* The value of this variable is written into the output file according to
* the instructions provided in
* http://www.visitusers.org/index.php?title=Time_and_Cycle_in_VTK_files
- * unless it is at its default value of std::numeric_limits<unsigned
- * int>::min().
+ * unless it is at its default value of
+ * @verbatim std::numeric_limits<unsigned int>::min() @endverbatim.
*/
unsigned int cycle;
/**
* Read grid data from an msh file, either version 1 or version 2 of that
- * file format. The GMSH formats are documented at http://www.geuz.org/gmsh/
- * .
+ * file format. The GMSH formats are documented at
+ * http://www.geuz.org/gmsh/.
*
* @note The input function of deal.II does not distinguish between newline
* and other whitespace. Therefore, deal.II will be able to read files in a
* application is also the use of a Krylov space method inside the
* preconditioner.
*
- * FGMRES needs two vectors in each iteration steps yielding a total of <tt>2
- * * SolverFGMRESAdditionalData::max_basis_size+1</tt> auxiliary vectors.
+ * FGMRES needs two vectors in each iteration steps yielding a total of
+ * <tt>2*SolverFGMRESAdditionalData::max_basis_size+1</tt> auxiliary vectors.
*
* Caveat: documentation of this class is not up to date. There are also a few
* parameters of GMRES we would like to introduce here.