*
* The input vector may be either a
* <tt>Vector<float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* to this function.
*
* The output vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* cells.
*
* The input vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* have the right size beforehand.
*
* The output vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* cells.
*
* The input vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* have the right size beforehand.
*
* The output vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* cells.
*
* The input vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* have the right size beforehand.
*
* The output vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* objects.
*
* The output vector may be either a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>, or a
- * BlockVector<tt><double></tt>, or a
+ * Vector<float>,
+ * Vector<double>, or a
+ * BlockVector<double>, or a
* PETSc vector if deal.II is compiled to
* support PETSc. It is in the
* responsibility of the caller to assure
* @p condensed be zero.
*
* The @p VectorType may be a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>,
+ * Vector<float>,
+ * Vector<double>,
* BlockVector<tt><...></tt>, a PETSc
* vector wrapper class, or any other
* type having the same interface.
/**
* Condense the given vector
* in-place. The @p VectorType may be a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>,
+ * Vector<float>,
+ * Vector<double>,
* BlockVector<tt><...></tt>, a PETSc
* vector wrapper class, or any other
* type having the same interface.
* @p condense.
*
* The @p VectorType may be a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>,
+ * Vector<float>,
+ * Vector<double>,
* BlockVector<tt><...></tt>, a PETSc
* vector wrapper class, or any other
* type having the same interface.
/**
* Re-distribute the elements of the
* vector in-place. The @p VectorType
- * may be a Vector<tt><float></tt>,
- * Vector<tt><double></tt>,
+ * may be a Vector<float>,
+ * Vector<double>,
* BlockVector<tt><...></tt>, a PETSc
* vector wrapper class, or any other
* type having the same interface.
* Delete hanging nodes in a vector.
* Sets all hanging node values to
* zero. The @p VectorType may be a
- * Vector<tt><float></tt>,
- * Vector<tt><double></tt>,
+ * Vector<float>,
+ * Vector<double>,
* BlockVector<tt><...></tt>, a PETSc
* vector wrapper class, or any other
* type having the same interface.