From bbf996c0b4ed5300e5097ac049fb8decf4005828 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 16:29:16 +0000 Subject: [PATCH] Document that these functions need sequential vectors. git-svn-id: https://svn.dealii.org/trunk@14050 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 26c74270cc..addb01b923 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -667,7 +667,7 @@ class FEValuesBase : protected FEValuesData, * The actual data type of the input * vector may be either a Vector<T>, * BlockVector<T>, or one of the - * PETSc vector wrapper classes. It + * sequential PETSc vector wrapper classes. It * represents a global vector of * DoF values associated with the * DofHandler object with @@ -691,7 +691,7 @@ class FEValuesBase : protected FEValuesData, * The actual data type of the input * vector may be either a Vector<T>, * BlockVector<T>, or one of the - * PETSc vector wrapper classes. It + * sequential PETSc vector wrapper classes. It * represents a global vector of * DoF values associated with the * DofHandler object with @@ -855,7 +855,7 @@ class FEValuesBase : protected FEValuesData, * The actual data type of the input * vector may be either a Vector<T>, * BlockVector<T>, or one of the - * PETSc vector wrapper classes. It + * sequential PETSc vector wrapper classes. It * represents a global vector of * DoF values associated with the * DofHandler object with @@ -894,7 +894,7 @@ class FEValuesBase : protected FEValuesData, * The actual data type of the input * vector may be either a Vector<T>, * BlockVector<T>, or one of the - * PETSc vector wrapper classes. It + * sequential PETSc vector wrapper classes. It * represents a global vector of * DoF values associated with the * DofHandler object with @@ -957,7 +957,7 @@ class FEValuesBase : protected FEValuesData, * The actual data type of the input * vector may be either a Vector<T>, * BlockVector<T>, or one of the - * PETSc vector wrapper classes..It + * sequential PETSc vector wrapper classes..It * represents a global vector of * DoF values associated with the * DofHandler object with @@ -995,7 +995,7 @@ class FEValuesBase : protected FEValuesData, * The actual data type of the input * vector may be either a Vector<T>, * BlockVector<T>, or one of the - * PETSc vector wrapper classes. It + * sequential PETSc vector wrapper classes. It * represents a global vector of * DoF values associated with the * DofHandler object with -- 2.39.5