]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Consistently capitalize PETSc.
authorDavid Wells <wellsd2@rpi.edu>
Sat, 29 Apr 2017 17:15:25 +0000 (13:15 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 4 May 2017 01:45:42 +0000 (21:45 -0400)
include/deal.II/lac/petsc_full_matrix.h
include/deal.II/lac/petsc_parallel_sparse_matrix.h
include/deal.II/lac/petsc_precondition.h
include/deal.II/lac/petsc_sparse_matrix.h

index f77ba2d624f6c97f21d1ca93b37c0143ea194260..c1c3745b47c532c348dd630df79cb740439580a1 100644 (file)
@@ -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
index 53db4394c63b32c20e47691af705ec73dc3ddad4..3279fb095cc8a41520ce5aff39307837ebceab41 100644 (file)
@@ -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
index 678fbdd74564a177ce0661eb8a731f91a466f928..c8293b1bc6cd1113d4111672d7abef754ab3027d 100644 (file)
@@ -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;
index ff1f27aed3dc965c1b615c5a34930bbfb3ce483e..0926088e11dfb6c1c14bcc5572d5b7e1e7b9fc69 100644 (file)
@@ -34,7 +34,7 @@ template <typename MatrixType> 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.