From: Timo Heister Date: Tue, 7 May 2019 14:05:22 +0000 (-0400) Subject: capitalize, break lines X-Git-Tag: v9.1.0-rc1~87^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a9e87f45287ceff413f423901e282bab64f464;p=dealii.git capitalize, break lines --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index d74594e023..2b03bfef2a 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -86,7 +86,9 @@ * * step-1 * Creating a grid. A simple way to write it to a file. - *
keywords: Triangulation, GridGenerator::hyper_cube, GridGenerator::hyper_shell, GridOut, Triangulation::execute_coarsening_and_refinement + *
Keywords: Triangulation, GridGenerator::hyper_cube, + * GridGenerator::hyper_shell, GridOut, + * Triangulation::execute_coarsening_and_refinement * * * @@ -96,7 +98,9 @@ * matrices. Show that renumbering reduces the bandwidth of * matrices significantly, i.e. clusters nonzero entries around the * diagonal. - *
keywords: FE_Q, DynamicSparsityPattern, DoFTools::make_sparsity_pattern, DoFHandler::distribute_dofs, DoFRenumbering, SparsityPattern + *
Keywords: FE_Q, DynamicSparsityPattern, + * DoFTools::make_sparsity_pattern, DoFHandler::distribute_dofs, + * DoFRenumbering, SparsityPattern * * * @@ -104,7 +108,9 @@ * Actually solve Laplace's * problem. Object-orientation. Assembling matrices and * vectors. Boundary values. - *
keywords: FEValues, VectorTools::interpolate_boundary_values, MatrixTools::apply_boundary_values, SolverCG, Vector, SparseMatrix, DataOut + *
Keywords: FEValues, VectorTools::interpolate_boundary_values, + * MatrixTools::apply_boundary_values, SolverCG, Vector, + * SparseMatrix, DataOut * * * @@ -114,7 +120,8 @@ * solve Laplace's equation; we will solve the equation in 2D and * 3D, although the program is exactly the same. Non-constant right * hand side function. Non-homogeneous boundary values. - *
keywords: VectorTools::point_value, VectorTools::compute_mean_value + *
Keywords: VectorTools::point_value, + * VectorTools::compute_mean_value * * * @@ -125,7 +132,7 @@ * the elliptic operator (yielding the extended Poisson * equation). Preconditioning the CG solver for the * linear system of equations. - *
keywords: PreconditionSSOR, GridIn, SphericalManifold + *
Keywords: PreconditionSSOR, GridIn, SphericalManifold * * * @@ -133,7 +140,9 @@ * Adaptive local * refinement. Handling of hanging nodes. Higher order elements. * Catching exceptions in the main; function. - *
keywords: DoFTools::make_hanging_node_constraints, AffineConstraints::distribute_local_to_global, KellyErrorEstimator, GridRefinement::refine_and_coarsen_fixed_number + *
Keywords: DoFTools::make_hanging_node_constraints, + * AffineConstraints::distribute_local_to_global, KellyErrorEstimator, + * GridRefinement::refine_and_coarsen_fixed_number * * * @@ -143,7 +152,8 @@ * boundary integrals. Verification of correctness of computed * solutions. Computing the error between exact and numerical * solution and output of the data in tables. Using counted pointers. - *
keywords: FEFaceValues, VectorTools::integrate_difference, VectorTools::compute_global_error, TableHandler + *
Keywords: FEFaceValues, VectorTools::integrate_difference, + * VectorTools::compute_global_error, TableHandler * * * @@ -152,7 +162,7 @@ * solved instead of Laplace's equation. The solution is * vector-valued and the equations form a system with as many * equations as the dimension of the space in which it is posed. - *
keywords: FESystem + *
Keywords: FESystem * * * @@ -161,7 +171,7 @@ * the system of equations in parallel using multi-threading, * implementing a refinement criterion based on a finite difference * approximation of the gradient. - *
keywords: TensorFunction, WorkStream::run, SolverGMRES + *
Keywords: TensorFunction, WorkStream::run, SolverGMRES * * *