]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Wrap comments. 5749/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 18 Jan 2018 04:04:04 +0000 (21:04 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 18 Jan 2018 04:04:04 +0000 (21:04 -0700)
source/lac/petsc_vector_base.cc

index 763e6adf7e5e21b3a2fc76f98846713f0638a258..0b567561f0dfb53a11dea2d5ce9bad49cade9e55 100644 (file)
@@ -334,10 +334,13 @@ namespace PETScWrappers
 
     PetscScalar result;
 
-    //For complex vectors, VecDot() computes
+    // For complex vectors, VecDot() computes
     //    val = (x,y) = y^H x,
-    //where y^H denotes the conjugate transpose of y.
-    //Note that this corresponds to the usual "mathematicians" complex inner product where the SECOND argument gets the complex conjugate.
+    // where y^H denotes the conjugate transpose of y.
+    // Note that this corresponds to the usual "mathematicians'"
+    // complex inner product where the SECOND argument gets the
+    // complex conjugate, which is also how we document this
+    // operation.
     const PetscErrorCode ierr = VecDot (vec.vector, vector, &result);
     AssertThrow (ierr == 0, ExcPETScError(ierr));
 

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.