From: Wolfgang Bangerth Date: Mon, 23 Oct 2006 16:29:16 +0000 (+0000) Subject: Document that these functions need sequential vectors. X-Git-Tag: v8.0.0~10924 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36b9d884a33a8f80a1b676c3107a201a59326eb;p=dealii.git Document that these functions need sequential vectors. git-svn-id: https://svn.dealii.org/trunk@14050 0785d39b-7218-0410-832d-ea1e28bc413d --- 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