]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
minor modification to the test
authordenis.davydov <denis.davydov@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 May 2014 08:11:18 +0000 (08:11 +0000)
committerdenis.davydov <denis.davydov@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 May 2014 08:11:18 +0000 (08:11 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32952 0785d39b-7218-0410-832d-ea1e28bc413d

tests/petsc_complex/parallel_sparse_matrix_01.cc
tests/petsc_complex/parallel_sparse_matrix_01.output

index c184f0871e323d7e886770af6ace062688ab5b17..16f73b2cae7298f403199c1c5a1fa0864e8772e6 100644 (file)
@@ -187,6 +187,8 @@ void test ()
   
   deallog<<"conj*vmult:"<< conjugate*tmp<<std::endl;
   
+  deallog<<"vector*vmult:"<< vector*tmp<<std::endl;
+  
   deallog<<"matrix_scalar_product: ";
   const std::complex<double> norm =
          mass_matrix.matrix_scalar_product(vector, vector);
index 49a9bfb1e3997b5b7e977fedde8cec2b2656fb71..52906fdae541493eebecdac2e49a34756e2ff9f0 100644 (file)
@@ -2,4 +2,5 @@
 DEAL::symmetric: 1
 DEAL::hermitian: 1
 DEAL::conj*vmult:(2.00000,0.00000)
+DEAL::vector*vmult:(0.00000,-2.00000)
 DEAL::matrix_scalar_product: (2.00000,0.00000)

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.