From ab10ac3dc9a4333be9f6ced4bfbca5ed82a49403 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Feb 2004 23:02:28 +0000 Subject: [PATCH] Fix namespace name. git-svn-id: https://svn.dealii.org/trunk@8585 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/petsc_09.cc | 2 +- tests/bits/petsc_10.cc | 2 +- tests/bits/petsc_11.cc | 2 +- tests/bits/petsc_12.cc | 2 +- tests/bits/petsc_13.cc | 2 +- tests/bits/petsc_14.cc | 2 +- tests/bits/petsc_15.cc | 2 +- tests/bits/petsc_16.cc | 2 +- tests/bits/petsc_17.cc | 2 +- tests/bits/petsc_18.cc | 2 +- tests/bits/petsc_19.cc | 2 +- tests/bits/petsc_20.cc | 2 +- tests/bits/petsc_21.cc | 2 +- tests/bits/petsc_22.cc | 2 +- tests/bits/petsc_23.cc | 2 +- tests/bits/petsc_24.cc | 2 +- tests/bits/petsc_25.cc | 2 +- tests/bits/petsc_26.cc | 2 +- tests/bits/petsc_27.cc | 2 +- tests/bits/petsc_28.cc | 2 +- tests/bits/petsc_29.cc | 2 +- tests/bits/petsc_30.cc | 2 +- tests/bits/petsc_31.cc | 2 +- tests/bits/petsc_32.cc | 2 +- tests/bits/petsc_33.cc | 2 +- tests/bits/petsc_34.cc | 2 +- tests/bits/petsc_35.cc | 2 +- tests/bits/petsc_36.cc | 2 +- tests/bits/petsc_37.cc | 2 +- tests/bits/petsc_38.cc | 2 +- tests/bits/petsc_39.cc | 2 +- tests/bits/petsc_40.cc | 2 +- tests/bits/petsc_41.cc | 2 +- tests/bits/petsc_42.cc | 2 +- tests/bits/petsc_43.cc | 2 +- tests/bits/petsc_44.cc | 2 +- tests/bits/petsc_45.cc | 2 +- tests/bits/petsc_46.cc | 2 +- tests/bits/petsc_47.cc | 2 +- tests/bits/petsc_48.cc | 2 +- tests/bits/petsc_49.cc | 2 +- tests/bits/petsc_50.cc | 2 +- tests/bits/petsc_51.cc | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/tests/bits/petsc_09.cc b/tests/bits/petsc_09.cc index 31b3ffc9d0..ec839a0f6c 100644 --- a/tests/bits/petsc_09.cc +++ b/tests/bits/petsc_09.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_09.cc --------------------------- -// check petsc_wrapper::SparseMatrix::operator *= +// check PETScWrappers::SparseMatrix::operator *= #include "../tests.h" #include diff --git a/tests/bits/petsc_10.cc b/tests/bits/petsc_10.cc index 23c80261fa..576f03efc3 100644 --- a/tests/bits/petsc_10.cc +++ b/tests/bits/petsc_10.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_10.cc --------------------------- -// check petsc_wrapper::SparseMatrix::operator /= +// check PETScWrappers::SparseMatrix::operator /= #include "../tests.h" #include diff --git a/tests/bits/petsc_11.cc b/tests/bits/petsc_11.cc index f12edefddd..ae6fc66521 100644 --- a/tests/bits/petsc_11.cc +++ b/tests/bits/petsc_11.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_11.cc --------------------------- -// check petsc_wrapper::Vector::size() +// check PETScWrappers::Vector::size() #include "../tests.h" #include diff --git a/tests/bits/petsc_12.cc b/tests/bits/petsc_12.cc index 464c58e0df..bba4925ecf 100644 --- a/tests/bits/petsc_12.cc +++ b/tests/bits/petsc_12.cc @@ -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 diff --git a/tests/bits/petsc_13.cc b/tests/bits/petsc_13.cc index 22068774df..f9dc375de7 100644 --- a/tests/bits/petsc_13.cc +++ b/tests/bits/petsc_13.cc @@ -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 diff --git a/tests/bits/petsc_14.cc b/tests/bits/petsc_14.cc index 68714d9226..f561974158 100644 --- a/tests/bits/petsc_14.cc +++ b/tests/bits/petsc_14.cc @@ -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 diff --git a/tests/bits/petsc_15.cc b/tests/bits/petsc_15.cc index 5dd99d2889..817f75bfa7 100644 --- a/tests/bits/petsc_15.cc +++ b/tests/bits/petsc_15.cc @@ -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" diff --git a/tests/bits/petsc_16.cc b/tests/bits/petsc_16.cc index 354bcac181..4b1844e61b 100644 --- a/tests/bits/petsc_16.cc +++ b/tests/bits/petsc_16.cc @@ -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" diff --git a/tests/bits/petsc_17.cc b/tests/bits/petsc_17.cc index 83962ef6ea..7de1452661 100644 --- a/tests/bits/petsc_17.cc +++ b/tests/bits/petsc_17.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_17.cc --------------------------- -// check petsc_wrapper::Vector::l1_norm() +// check PETScWrappers::Vector::l1_norm() #include "../tests.h" #include diff --git a/tests/bits/petsc_18.cc b/tests/bits/petsc_18.cc index bab48fde76..0175e192f6 100644 --- a/tests/bits/petsc_18.cc +++ b/tests/bits/petsc_18.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_18.cc --------------------------- -// check petsc_wrapper::Vector::l2_norm() +// check PETScWrappers::Vector::l2_norm() #include "../tests.h" #include diff --git a/tests/bits/petsc_19.cc b/tests/bits/petsc_19.cc index 5bff72d1a5..a9a0a65640 100644 --- a/tests/bits/petsc_19.cc +++ b/tests/bits/petsc_19.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_19.cc --------------------------- -// check petsc_wrapper::Vector::linfty_norm() +// check PETScWrappers::Vector::linfty_norm() #include "../tests.h" #include diff --git a/tests/bits/petsc_20.cc b/tests/bits/petsc_20.cc index cac258d3f7..3f5481e5e2 100644 --- a/tests/bits/petsc_20.cc +++ b/tests/bits/petsc_20.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_20.cc --------------------------- -// check petsc_wrapper::Vector::operator *= +// check PETScWrappers::Vector::operator *= #include "../tests.h" #include diff --git a/tests/bits/petsc_21.cc b/tests/bits/petsc_21.cc index cb6c21f3af..e11d80fc95 100644 --- a/tests/bits/petsc_21.cc +++ b/tests/bits/petsc_21.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_21.cc --------------------------- -// check petsc_wrapper::Vector::operator /= +// check PETScWrappers::Vector::operator /= #include "../tests.h" #include diff --git a/tests/bits/petsc_22.cc b/tests/bits/petsc_22.cc index 34ba9d8a0e..73e9493e19 100644 --- a/tests/bits/petsc_22.cc +++ b/tests/bits/petsc_22.cc @@ -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" diff --git a/tests/bits/petsc_23.cc b/tests/bits/petsc_23.cc index b1d5be508a..9a020e2f66 100644 --- a/tests/bits/petsc_23.cc +++ b/tests/bits/petsc_23.cc @@ -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" diff --git a/tests/bits/petsc_24.cc b/tests/bits/petsc_24.cc index d4ed7147b1..619c04e983 100644 --- a/tests/bits/petsc_24.cc +++ b/tests/bits/petsc_24.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_24.cc --------------------------- -// check petsc_wrapper::Vector::clear() +// check PETScWrappers::Vector::clear() #include "../tests.h" #include diff --git a/tests/bits/petsc_25.cc b/tests/bits/petsc_25.cc index 64f7f8b40b..b1fb961959 100644 --- a/tests/bits/petsc_25.cc +++ b/tests/bits/petsc_25.cc @@ -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 diff --git a/tests/bits/petsc_26.cc b/tests/bits/petsc_26.cc index f3b6c08aab..2bc678e8a7 100644 --- a/tests/bits/petsc_26.cc +++ b/tests/bits/petsc_26.cc @@ -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" diff --git a/tests/bits/petsc_27.cc b/tests/bits/petsc_27.cc index d6eff74c34..a9c8d03836 100644 --- a/tests/bits/petsc_27.cc +++ b/tests/bits/petsc_27.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_27.cc --------------------------- -// check petsc_wrapper::Vector::operator = (Vector) +// check PETScWrappers::Vector::operator = (Vector) #include "../tests.h" #include diff --git a/tests/bits/petsc_28.cc b/tests/bits/petsc_28.cc index 1410ef8d3c..e8677aec8b 100644 --- a/tests/bits/petsc_28.cc +++ b/tests/bits/petsc_28.cc @@ -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" diff --git a/tests/bits/petsc_29.cc b/tests/bits/petsc_29.cc index b4c7232e08..55b95213f1 100644 --- a/tests/bits/petsc_29.cc +++ b/tests/bits/petsc_29.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_29.cc --------------------------- -// check petsc_wrapper::Vector::reinit(fast) +// check PETScWrappers::Vector::reinit(fast) #include "../tests.h" #include diff --git a/tests/bits/petsc_30.cc b/tests/bits/petsc_30.cc index 303388bb99..0b416a2162 100644 --- a/tests/bits/petsc_30.cc +++ b/tests/bits/petsc_30.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_30.cc --------------------------- -// check petsc_wrapper::Vector::reinit(!fast) +// check PETScWrappers::Vector::reinit(!fast) #include "../tests.h" #include diff --git a/tests/bits/petsc_31.cc b/tests/bits/petsc_31.cc index 45da4895fd..ee1ac4bb5a 100644 --- a/tests/bits/petsc_31.cc +++ b/tests/bits/petsc_31.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_31.cc --------------------------- -// check petsc_wrapper::Vector::l2_norm() +// check PETScWrappers::Vector::l2_norm() #include "../tests.h" #include diff --git a/tests/bits/petsc_32.cc b/tests/bits/petsc_32.cc index fad57d4ab1..8433b07e18 100644 --- a/tests/bits/petsc_32.cc +++ b/tests/bits/petsc_32.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_32.cc --------------------------- -// check petsc_wrapper::Vector::l2_norm() +// check PETScWrappers::Vector::l2_norm() #include "../tests.h" #include diff --git a/tests/bits/petsc_33.cc b/tests/bits/petsc_33.cc index 58991c6fbf..c67130eee5 100644 --- a/tests/bits/petsc_33.cc +++ b/tests/bits/petsc_33.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_33.cc --------------------------- -// check petsc_wrapper::Vector::lp_norm(3) +// check PETScWrappers::Vector::lp_norm(3) #include "../tests.h" #include diff --git a/tests/bits/petsc_34.cc b/tests/bits/petsc_34.cc index 095a00b4b4..3cd474339a 100644 --- a/tests/bits/petsc_34.cc +++ b/tests/bits/petsc_34.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_34.cc --------------------------- -// check petsc_wrapper::Vector::all_zero +// check PETScWrappers::Vector::all_zero #include "../tests.h" #include diff --git a/tests/bits/petsc_35.cc b/tests/bits/petsc_35.cc index 741ed38514..9fc80286f4 100644 --- a/tests/bits/petsc_35.cc +++ b/tests/bits/petsc_35.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_35.cc --------------------------- -// check petsc_wrapper::Vector::operator+=(Vector) +// check PETScWrappers::Vector::operator+=(Vector) #include "../tests.h" #include diff --git a/tests/bits/petsc_36.cc b/tests/bits/petsc_36.cc index e4e8235e34..ff8ed79133 100644 --- a/tests/bits/petsc_36.cc +++ b/tests/bits/petsc_36.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_36.cc --------------------------- -// check petsc_wrapper::Vector::operator-=(Vector) +// check PETScWrappers::Vector::operator-=(Vector) #include "../tests.h" #include diff --git a/tests/bits/petsc_37.cc b/tests/bits/petsc_37.cc index d382e7edca..f209d11954 100644 --- a/tests/bits/petsc_37.cc +++ b/tests/bits/petsc_37.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_37.cc --------------------------- -// check petsc_wrapper::Vector::add (scalar) +// check PETScWrappers::Vector::add (scalar) #include "../tests.h" #include diff --git a/tests/bits/petsc_38.cc b/tests/bits/petsc_38.cc index 5aedc5c7cf..7ddd608185 100644 --- a/tests/bits/petsc_38.cc +++ b/tests/bits/petsc_38.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_38.cc --------------------------- -// check petsc_wrapper::Vector::add(Vector) +// check PETScWrappers::Vector::add(Vector) #include "../tests.h" #include diff --git a/tests/bits/petsc_39.cc b/tests/bits/petsc_39.cc index f5304590a5..a69b52df00 100644 --- a/tests/bits/petsc_39.cc +++ b/tests/bits/petsc_39.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_39.cc --------------------------- -// check petsc_wrapper::Vector::add(scalar, Vector) +// check PETScWrappers::Vector::add(scalar, Vector) #include "../tests.h" #include diff --git a/tests/bits/petsc_40.cc b/tests/bits/petsc_40.cc index b45f207272..dd624d8ff0 100644 --- a/tests/bits/petsc_40.cc +++ b/tests/bits/petsc_40.cc @@ -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 diff --git a/tests/bits/petsc_41.cc b/tests/bits/petsc_41.cc index bcae064cc9..f01055ef2a 100644 --- a/tests/bits/petsc_41.cc +++ b/tests/bits/petsc_41.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_41.cc --------------------------- -// check petsc_wrapper::Vector::sadd(s, Vector) +// check PETScWrappers::Vector::sadd(s, Vector) #include "../tests.h" #include diff --git a/tests/bits/petsc_42.cc b/tests/bits/petsc_42.cc index c6f70e2847..ad58325051 100644 --- a/tests/bits/petsc_42.cc +++ b/tests/bits/petsc_42.cc @@ -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 diff --git a/tests/bits/petsc_43.cc b/tests/bits/petsc_43.cc index acc92abed6..363cbdb2b6 100644 --- a/tests/bits/petsc_43.cc +++ b/tests/bits/petsc_43.cc @@ -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 diff --git a/tests/bits/petsc_44.cc b/tests/bits/petsc_44.cc index 16c9ac8bb4..d88b69ef11 100644 --- a/tests/bits/petsc_44.cc +++ b/tests/bits/petsc_44.cc @@ -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 diff --git a/tests/bits/petsc_45.cc b/tests/bits/petsc_45.cc index 0ddff40d5f..0e24499602 100644 --- a/tests/bits/petsc_45.cc +++ b/tests/bits/petsc_45.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_45.cc --------------------------- -// check petsc_wrapper::Vector::scale +// check PETScWrappers::Vector::scale #include "../tests.h" #include diff --git a/tests/bits/petsc_46.cc b/tests/bits/petsc_46.cc index 101144e6cc..00bb15a5b2 100644 --- a/tests/bits/petsc_46.cc +++ b/tests/bits/petsc_46.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_46.cc --------------------------- -// check petsc_wrapper::Vector::equ (s,V) +// check PETScWrappers::Vector::equ (s,V) #include "../tests.h" #include diff --git a/tests/bits/petsc_47.cc b/tests/bits/petsc_47.cc index 4751a2599a..3f88672828 100644 --- a/tests/bits/petsc_47.cc +++ b/tests/bits/petsc_47.cc @@ -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 diff --git a/tests/bits/petsc_48.cc b/tests/bits/petsc_48.cc index bb94aca83f..410b978b23 100644 --- a/tests/bits/petsc_48.cc +++ b/tests/bits/petsc_48.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_48.cc --------------------------- -// check petsc_wrapper::Vector::ratio +// check PETScWrappers::Vector::ratio #include "../tests.h" #include diff --git a/tests/bits/petsc_49.cc b/tests/bits/petsc_49.cc index 540b3fae35..372c292ad3 100644 --- a/tests/bits/petsc_49.cc +++ b/tests/bits/petsc_49.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_49.cc --------------------------- -// check petsc_wrapper::copy_from +// check PETScWrappers::copy_from #include "../tests.h" #include diff --git a/tests/bits/petsc_50.cc b/tests/bits/petsc_50.cc index 41dd5589bb..baa94de1af 100644 --- a/tests/bits/petsc_50.cc +++ b/tests/bits/petsc_50.cc @@ -12,7 +12,7 @@ //---------------------------- petsc_50.cc --------------------------- -// check petsc_wrapper::copy_from with T!=PetscScalar +// check PETScWrappers::copy_from with T!=PetscScalar #include "../tests.h" #include diff --git a/tests/bits/petsc_51.cc b/tests/bits/petsc_51.cc index 8cbf78dbbf..d75545317c 100644 --- a/tests/bits/petsc_51.cc +++ b/tests/bits/petsc_51.cc @@ -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 -- 2.39.5