From: Reza Rastak Date: Wed, 25 Mar 2020 03:31:18 +0000 (-0700) Subject: links in the tutorials page fixed X-Git-Tag: v9.2.0-rc1~370^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9728%2Fhead;p=dealii.git links in the tutorials page fixed --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index 60520fc735..d595a517bb 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -112,8 +112,8 @@ * problem. Object-orientation. Assembling matrices and * vectors. Boundary values. *
Keywords: FEValues, VectorTools::interpolate_boundary_values(), - * MatrixTools::apply_boundary_values(), SolverCG, Vector, - * SparseMatrix, DataOut + * MatrixTools::apply_boundary_values(), SolverCG, Vector, + * SparseMatrix, DataOut * * * @@ -142,7 +142,7 @@ * step-6 * Adaptive local * refinement. Handling of hanging nodes. Higher order elements. - * Catching exceptions in the main; function. + * Catching exceptions in the main function. *
Keywords: DoFTools::make_hanging_node_constraints(), * AffineConstraints::distribute_local_to_global(), KellyErrorEstimator, * GridRefinement::refine_and_coarsen_fixed_number() @@ -228,7 +228,7 @@ * meshes. *
Keywords: Multigrid, PreconditionMG, mg::Matrix, * MGTransferPrebuilt, MeshWorker::mesh_loop(), MGLevelObject, - * MGConstrainedDofs + * MGConstrainedDoFs * * * @@ -268,7 +268,7 @@ * The time dependent two-phase flow in * porous media. Extensions of mixed Laplace discretizations. More * complicated block solvers. Simple time stepping. - *
Keywords: TensorFunction, InverseMatrix, FE_RaviartThomas, + *
Keywords: TensorFunction, FE_RaviartThomas, * VectorTools::project() * *