From b576c1eaee42d1abd57c2975643845df9edc8268 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 29 Apr 2017 13:15:25 -0400 Subject: [PATCH] Consistently capitalize PETSc. --- include/deal.II/lac/petsc_full_matrix.h | 2 +- include/deal.II/lac/petsc_parallel_sparse_matrix.h | 2 +- include/deal.II/lac/petsc_precondition.h | 6 +++--- include/deal.II/lac/petsc_sparse_matrix.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/lac/petsc_full_matrix.h b/include/deal.II/lac/petsc_full_matrix.h index f77ba2d624..c1c3745b47 100644 --- a/include/deal.II/lac/petsc_full_matrix.h +++ b/include/deal.II/lac/petsc_full_matrix.h @@ -35,7 +35,7 @@ namespace PETScWrappers */ /** - * Implementation of a sequential dense matrix class based on PETSC. All the + * Implementation of a sequential dense matrix class based on PETSc. All the * functionality is actually in the base class, except for the calls to * generate a sequential dense matrix. This is possible since PETSc only * works on an abstract matrix type and internally distributes to functions diff --git a/include/deal.II/lac/petsc_parallel_sparse_matrix.h b/include/deal.II/lac/petsc_parallel_sparse_matrix.h index 53db4394c6..3279fb095c 100644 --- a/include/deal.II/lac/petsc_parallel_sparse_matrix.h +++ b/include/deal.II/lac/petsc_parallel_sparse_matrix.h @@ -40,7 +40,7 @@ namespace PETScWrappers /** - * Implementation of a parallel sparse matrix class based on PETSC, with + * Implementation of a parallel sparse matrix class based on PETSc, with * rows of the matrix distributed across an MPI network. All the * functionality is actually in the base class, except for the calls to * generate a parallel sparse matrix. This is possible since PETSc only diff --git a/include/deal.II/lac/petsc_precondition.h b/include/deal.II/lac/petsc_precondition.h index 678fbdd745..c8293b1bc6 100644 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@ -582,7 +582,7 @@ namespace PETScWrappers { /** * Constructor. (Default values taken from function PCCreate_LU of the - * PetSC lib.) + * PETSc lib.) */ AdditionalData (const double pivoting = 1.e-6, const double zero_pivot = 1.e-12, @@ -590,13 +590,13 @@ namespace PETScWrappers /** * Determines, when Pivoting is done during LU decomposition. 0.0 - * indicates no pivoting, and 1.0 complete pivoting. Confer PetSC manual + * indicates no pivoting, and 1.0 complete pivoting. Confer PETSc manual * for more details. */ double pivoting; /** - * Size at which smaller pivots are declared to be zero. Confer PetSC + * Size at which smaller pivots are declared to be zero. Confer PETSc * manual for more details. */ double zero_pivot; diff --git a/include/deal.II/lac/petsc_sparse_matrix.h b/include/deal.II/lac/petsc_sparse_matrix.h index ff1f27aed3..0926088e11 100644 --- a/include/deal.II/lac/petsc_sparse_matrix.h +++ b/include/deal.II/lac/petsc_sparse_matrix.h @@ -34,7 +34,7 @@ template class BlockMatrixBase; namespace PETScWrappers { /** - * Implementation of a sequential sparse matrix class based on PETSC. All + * Implementation of a sequential sparse matrix class based on PETSc. All * the functionality is actually in the base class, except for the calls to * generate a sequential sparse matrix. This is possible since PETSc only * works on an abstract matrix type and internally distributes to functions -- 2.39.5