]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix namespace name.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Feb 2004 23:02:28 +0000 (23:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Feb 2004 23:02:28 +0000 (23:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@8585 0785d39b-7218-0410-832d-ea1e28bc413d

43 files changed:
tests/bits/petsc_09.cc
tests/bits/petsc_10.cc
tests/bits/petsc_11.cc
tests/bits/petsc_12.cc
tests/bits/petsc_13.cc
tests/bits/petsc_14.cc
tests/bits/petsc_15.cc
tests/bits/petsc_16.cc
tests/bits/petsc_17.cc
tests/bits/petsc_18.cc
tests/bits/petsc_19.cc
tests/bits/petsc_20.cc
tests/bits/petsc_21.cc
tests/bits/petsc_22.cc
tests/bits/petsc_23.cc
tests/bits/petsc_24.cc
tests/bits/petsc_25.cc
tests/bits/petsc_26.cc
tests/bits/petsc_27.cc
tests/bits/petsc_28.cc
tests/bits/petsc_29.cc
tests/bits/petsc_30.cc
tests/bits/petsc_31.cc
tests/bits/petsc_32.cc
tests/bits/petsc_33.cc
tests/bits/petsc_34.cc
tests/bits/petsc_35.cc
tests/bits/petsc_36.cc
tests/bits/petsc_37.cc
tests/bits/petsc_38.cc
tests/bits/petsc_39.cc
tests/bits/petsc_40.cc
tests/bits/petsc_41.cc
tests/bits/petsc_42.cc
tests/bits/petsc_43.cc
tests/bits/petsc_44.cc
tests/bits/petsc_45.cc
tests/bits/petsc_46.cc
tests/bits/petsc_47.cc
tests/bits/petsc_48.cc
tests/bits/petsc_49.cc
tests/bits/petsc_50.cc
tests/bits/petsc_51.cc

index 31b3ffc9d042ecfbdc26cecbf174cb2079b26b5b..ec839a0f6c3d959c581ba6b06826b5268ed21a69 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_09.cc  ---------------------------
 
 
-// check petsc_wrapper::SparseMatrix::operator *=
+// check PETScWrappers::SparseMatrix::operator *=
 
 #include "../tests.h"
 #include <lac/petsc_sparse_matrix.h>    
index 23c80261faa1c9c4f07534391a22ace6ec808557..576f03efc3af1692de032de2fa70385e294c315d 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_10.cc  ---------------------------
 
 
-// check petsc_wrapper::SparseMatrix::operator /=
+// check PETScWrappers::SparseMatrix::operator /=
 
 #include "../tests.h"
 #include <lac/petsc_sparse_matrix.h>    
index f12edefdddf4bd868b2281b4e831c2072132eaf1..ae6fc6652135786191309716dc63e57e928b0546 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_11.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::size()
+// check PETScWrappers::Vector::size()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 464c58e0df3302785a83747289ed24b987657439..bba4925ecfea289a71131bfe48f85c3550d337fe 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_12.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator() in set-mode
+// check PETScWrappers::Vector::operator() in set-mode
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 22068774dfc7f83eb5bd5e1f72efa19c12a28fde..f9dc375de7b4784ea3211d0d784889cd28b11b2d 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_13.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator() in add-mode
+// check PETScWrappers::Vector::operator() in add-mode
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 68714d92269d83b5d9200505728b9b3ffc27b7cf..f5619741580aa1cd8d1af0dfbaa228dfd7f77bfc 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_14.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator() in set/add-mode alternatingly
+// check PETScWrappers::Vector::operator() in set/add-mode alternatingly
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 5dd99d2889c4a4ebf0a0f06d7756b4301720757c..817f75bfa72e481640fab530ab963dd414e20fad 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_15.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator() in set/add-mode alternatingly, but
+// check PETScWrappers::Vector::operator() in set/add-mode alternatingly, but
 // writing to the same elements
 
 #include "../tests.h"
index 354bcac181062a0ba2f7525af5b63398b94d9edf..4b1844e61b0db4954fcaf74876c0577a6c3dbd43 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_16.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator() in set/add-mode alternatingly, but
+// check PETScWrappers::Vector::operator() in set/add-mode alternatingly, but
 // writing and overwriting the same elements
 
 #include "../tests.h"
index 83962ef6eaae715c0913de772c2788d1373bd8a1..7de14526614845fef92955dbb9502eef6704afc9 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_17.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::l1_norm()
+// check PETScWrappers::Vector::l1_norm()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index bab48fde7646d5fbfbfa9233d9c9fd7dee864622..0175e192f6959fee3be38fe41622ffcb8e051c30 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_18.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::l2_norm()
+// check PETScWrappers::Vector::l2_norm()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 5bff72d1a5f99e72ab84630d8b67b4400dbabb55..a9a0a656404dfe6f2fafd488380e692ccd668d82 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_19.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::linfty_norm()
+// check PETScWrappers::Vector::linfty_norm()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index cac258d3f7ff36affb49f375e6c6d363791175f1..3f5481e5e2339d93918f48d69cf874e1be9f4406 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_20.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator *=
+// check PETScWrappers::Vector::operator *=
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index cb6c21f3af5aa9572a66a01d9efd350a22ba9a61..e11d80fc9568078980a59343c14c10912905995a 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_21.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator /=
+// check PETScWrappers::Vector::operator /=
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 34ba9d8a0e9a0807daa29fe0d798fe85ea8041a9..73e9493e196966eef175e527d8793df900c553c4 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_22.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator*(Vector) on two vectors that are
+// check PETScWrappers::Vector::operator*(Vector) on two vectors that are
 // orthogonal
 
 #include "../tests.h"
index b1d5be508a9873393aee1b4a61022890b9c04b5c..9a020e2f6672720527472d59167c0d7d9a87ab64 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_23.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator*(Vector) on two vectors that are
+// check PETScWrappers::Vector::operator*(Vector) on two vectors that are
 // not orthogonal
 
 #include "../tests.h"
index d4ed7147b16b57ccd9d136cffcad0f92cc174ce6..619c04e9831253ae01c0d49ec7725d2268858265 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_24.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::clear()
+// check PETScWrappers::Vector::clear()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 64f7f8b40b4ac8e3c2637f0017e003230a28148b..b1fb9619598f100aeaf32bd883999ec880f20d1b 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_25.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator = (PetscScalar) with setting to zero
+// check PETScWrappers::Vector::operator = (PetscScalar) with setting to zero
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index f3b6c08aabfd76b62ff8b9dceb91e30e23e9f7fe..2bc678e8a787f0bbbf5f38201ec8a7e12f20d561 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_26.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator = (PetscScalar) with setting to a
+// check PETScWrappers::Vector::operator = (PetscScalar) with setting to a
 // nonzero value
 
 #include "../tests.h"
index d6eff74c343f436207485850294b132be40bcae2..a9c8d0383621e91f954e8dc22ecc947cb9c5f980 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_27.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator = (Vector) 
+// check PETScWrappers::Vector::operator = (Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 1410ef8d3c21b7107e8a0127e7f9d4b76734ed2a..e8677aec8b5f0b550017f87c4a1debfab33745ed 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_28.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator = (Vector), except that we don't
+// check PETScWrappers::Vector::operator = (Vector), except that we don't
 // resize the vector to be copied to beforehand
 
 #include "../tests.h"
index b4c7232e08f4ebd6e8fad9f6288a534d47b2e28a..55b95213f1cccc2c4a45d9b096a372513be5eded 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_29.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::reinit(fast)
+// check PETScWrappers::Vector::reinit(fast)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 303388bb99832eb52897b108163fd6bd1142f075..0b416a21623b9ca06c7e016f08dbbbe2326d9e4d 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_30.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::reinit(!fast)
+// check PETScWrappers::Vector::reinit(!fast)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 45da4895fd355658efc71de3717356c295dddae7..ee1ac4bb5a61a06332ae6f52a3973d4ca3498ac7 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_31.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::l2_norm()
+// check PETScWrappers::Vector::l2_norm()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index fad57d4ab1093210d34bb8afb012731e499a3487..8433b07e18a6f562cc7dec97eb893c7cf31eaaa5 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_32.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::l2_norm()
+// check PETScWrappers::Vector::l2_norm()
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 58991c6fbfe187bf3eab609b9cbdc55378d1c294..c67130eee57789e78b890bfe86ed189e1e35b3b5 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_33.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::lp_norm(3)
+// check PETScWrappers::Vector::lp_norm(3)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 095a00b4b401588880bf2758b33945cef69baf96..3cd474339a2b551bd1b9592c1004760321fc4213 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_34.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::all_zero
+// check PETScWrappers::Vector::all_zero
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 741ed385142af482697c1faa55d814a9eabdd708..9fc80286f45e80733a527bb70aaed9b3ce070be9 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_35.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator+=(Vector) 
+// check PETScWrappers::Vector::operator+=(Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index e4e8235e341fa7ce304f5ed4fc82d035c5924c71..ff8ed79133a572246fbeb17d03b993530ac5dcbb 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_36.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::operator-=(Vector) 
+// check PETScWrappers::Vector::operator-=(Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index d382e7edcac4ef8f4bc49180d5cc6e7a668e7a3c..f209d119546f1a35d73b200dac834dae016bc21c 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_37.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::add (scalar)
+// check PETScWrappers::Vector::add (scalar)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 5aedc5c7cf81cf85b6ed800970fe5981f670154b..7ddd60818593023120eb7948122c7b50cf8908df 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_38.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::add(Vector) 
+// check PETScWrappers::Vector::add(Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index f5304590a5ea37abb588f3506f13c0b79a498889..a69b52df00bd259fb139ba72e5c37beceb841aeb 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_39.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::add(scalar, Vector) 
+// check PETScWrappers::Vector::add(scalar, Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index b45f2072724e28ec9e424b2c8dccc7e481dafd9c..dd624d8ff04c8ee550a1cc9ad3e1823285cdaced 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_40.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::add(s,V,s,V)
+// check PETScWrappers::Vector::add(s,V,s,V)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index bcae064cc90b99392426836588c43c5f1baf7d63..f01055ef2ac6e7d40c2bbcb27118198d0e5bd3cf 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_41.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::sadd(s, Vector) 
+// check PETScWrappers::Vector::sadd(s, Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index c6f70e2847915fbb06a968d4b0217b714a9ef16e..ad58325051e4694537236eced28d987699ee683c 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_42.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::sadd(scalar, scalar, Vector) 
+// check PETScWrappers::Vector::sadd(scalar, scalar, Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index acc92abed626a8d7dac404a9faf07dd315684529..363cbdb2b600ff4720edd39002e4c23e8b8b0e0d 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_43.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::sadd(s,s,V,s,V)
+// check PETScWrappers::Vector::sadd(s,s,V,s,V)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 16c9ac8bb40c3200c9da8a5d1d6309684a19da81..d88b69ef119b27af2e34ec084e15740b05db339a 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_44.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::sadd(s,s,V,s,V,s,V)
+// check PETScWrappers::Vector::sadd(s,s,V,s,V,s,V)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 0ddff40d5f623429a6af7faecfe5d3e70e126854..0e244996025c277c6850cb07b03a6a559b867ee7 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_45.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::scale
+// check PETScWrappers::Vector::scale
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 101144e6cc7397bb38e33df8ee3d0b59ebcc5fb8..00bb15a5b2f42e5f3b0b23e28e311821f4caef28 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_46.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::equ (s,V)
+// check PETScWrappers::Vector::equ (s,V)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 4751a2599adc74ff2eaecb407ffc617c7c6a6f35..3f88672828ab2268b6f5a6524c02cd09358ae25a 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_47.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::equ (s,V,s,V)
+// check PETScWrappers::Vector::equ (s,V,s,V)
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index bb94aca83f46034c96742a53fdfe100a3a715b59..410b978b238e1d167fbbe7ddf6ac8a0d329c0e1f 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_48.cc  ---------------------------
 
 
-// check petsc_wrapper::Vector::ratio
+// check PETScWrappers::Vector::ratio
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    
index 540b3fae354a0499f20ac3b6c83c801177c87985..372c292ad3f2e15cd7880969a21a4cd01671cd55 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_49.cc  ---------------------------
 
 
-// check petsc_wrapper::copy_from<PetscScalar>
+// check PETScWrappers::copy_from<PetscScalar>
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>
index 41dd5589bb5e7797149e5199f47c37f01dc8db1a..baa94de1af9997800f98ffd9780fc3c68a1ca17d 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_50.cc  ---------------------------
 
 
-// check petsc_wrapper::copy_from<T> with T!=PetscScalar
+// check PETScWrappers::copy_from<T> with T!=PetscScalar
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>
index 8cbf78dbbf2e7b4349116cdde9c818ca4fc4cb4f..d75545317cb503ea579004c8a69903a011ddf754 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  petsc_51.cc  ---------------------------
 
 
-// check copy constructor petsc_wrapper::Vector::Vector(Vector) 
+// check copy constructor PETScWrappers::Vector::Vector(Vector) 
 
 #include "../tests.h"
 #include <lac/petsc_vector.h>    

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.