From 18b0eae701072acaa67cb0c2a6854f655e45a238 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Nov 2009 18:38:41 +0000 Subject: [PATCH] Add to xrefs. git-svn-id: https://svn.dealii.org/trunk@20129 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 37 +++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 21e5af0e84..8b6f7947e0 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -107,7 +107,8 @@ class ConstraintMatrix; * \phi_i(x) \phi_j(x) dx$ and $f_i = \int_\Omega f(x) \phi_i(x) * dx$. The solution vector $v$ then is the nodal representation of * the projection fh. The project() functions are - * used in the @ref step_23 "step-23" tutorial program. + * used in the @ref step_21 "step-21" and @ref step_23 "step-23" + * tutorial programs. * * In order to get proper results, it be may necessary to treat * boundary conditions right. Below are listed some cases where this @@ -175,7 +176,7 @@ class ConstraintMatrix; * *
  • Creation of right hand side vectors for point sources: * The create_point_source_vector() function computes the vector - * $f_i = \int_\Omega \delta_0(x-x_0) \phi_i(x) dx$. + * $f_i = \int_\Omega \delta_0(x-x_0) \phi_i(x) dx$. * *
  • Creation of boundary right hand side vectors: The * create_boundary_right_hand_side() function computes the vector @@ -449,7 +450,7 @@ class VectorTools static void interpolate (const DH &dof, const Function &function, VECTOR &vec); - + /** * Interpolate different finite * element spaces. The @@ -515,7 +516,7 @@ class VectorTools * * See the general documentation of this * class for further information. - * + * * In 1d, the default value of * the boundary quadrature * formula is an invalid object @@ -629,7 +630,7 @@ class VectorTools const typename FunctionMap::type &function_map, std::map &boundary_values, const std::vector &component_mask = std::vector()); - + /** * @deprecated This function is there mainly * for backward compatibility. @@ -668,7 +669,7 @@ class VectorTools std::map &boundary_values, const std::vector &component_mask = std::vector()); - + /** * Calls the other * interpolate_boundary_values() @@ -760,7 +761,7 @@ class VectorTools const typename FunctionMap::type &function_map, ConstraintMatrix &constraints, const std::vector &component_mask = std::vector()); - + /** * @deprecated This function is there * mainly for backward compatibility. @@ -797,7 +798,7 @@ class VectorTools ConstraintMatrix &constraints, const std::vector &component_mask = std::vector()); - + /** * Calls the other * interpolate_boundary_values() @@ -1247,14 +1248,14 @@ class VectorTools const std::set &boundary_ids, ConstraintMatrix &constraints, const Mapping &mapping = StaticMappingQ1::mapping); - - + + //@} /** * @name Assembling of right hand sides */ //@{ - + /** * Create a right hand side * vector. Prior content of the @@ -1302,7 +1303,7 @@ class VectorTools const hp::QCollection &q, const Function &rhs, Vector &rhs_vector); - + /** * Create a right hand side * vector for a point source at point @p p. @@ -1353,7 +1354,7 @@ class VectorTools static void create_point_source_vector(const hp::DoFHandler &dof, const Point &p, Vector &rhs_vector); - + /** * Create a right hand side * vector from boundary @@ -1420,7 +1421,7 @@ class VectorTools * and errors */ //@{ - + /** * Compute the error of the * finite element solution. @@ -1538,7 +1539,7 @@ class VectorTools const NormType &norm, const Function *weight=0, const double exponent = 2.); - + /** * Point error evaluation. Find * the first cell containing the @@ -1634,7 +1635,7 @@ class VectorTools point_value (const DoFHandler &dof, const InVector &fe_function, const Point &point); - + /** * Evaluate a possibly * vector-valued finite element @@ -1679,13 +1680,13 @@ class VectorTools const DoFHandler &dof, const InVector &fe_function, const Point &point); - + //@} /** * Mean value operations */ //@{ - + /** * Subtract the (algebraic) mean value * from a vector. This function is most -- 2.39.5