]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some more extra dealii:: qualifications. 14942/head
authorDavid Wells <drwells@email.unc.edu>
Wed, 22 Mar 2023 21:21:35 +0000 (17:21 -0400)
committerDavid Wells <drwells@email.unc.edu>
Wed, 22 Mar 2023 22:40:36 +0000 (18:40 -0400)
include/deal.II/multigrid/multigrid.h

index 23864c78d7c8a1cee55d4bf4276b13c3a15575e8..ed844ba369020c1356b8a89c54a4ad834c263e3b 100644 (file)
@@ -710,7 +710,7 @@ namespace internal
               typename OtherVectorType>
     std::enable_if_t<TRANSFER::supports_dof_handler_vector>
     vmult(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
-          dealii::Multigrid<VectorType> &             multigrid,
+          Multigrid<VectorType> &                     multigrid,
           const TRANSFER &                            transfer,
           OtherVectorType &                           dst,
           const OtherVectorType &                     src,
@@ -741,7 +741,7 @@ namespace internal
               typename OtherVectorType>
     void
     vmult(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
-          dealii::Multigrid<VectorType> &             multigrid,
+          Multigrid<VectorType> &                     multigrid,
           const TRANSFER &                            transfer,
           OtherVectorType &                           dst,
           const OtherVectorType &                     src,
@@ -769,7 +769,7 @@ namespace internal
               typename OtherVectorType>
     std::enable_if_t<TRANSFER::supports_dof_handler_vector>
     vmult_add(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
-              dealii::Multigrid<VectorType> &             multigrid,
+              Multigrid<VectorType> &                     multigrid,
               const TRANSFER &                            transfer,
               OtherVectorType &                           dst,
               const OtherVectorType &                     src,
@@ -802,7 +802,7 @@ namespace internal
               typename OtherVectorType>
     void
     vmult_add(const std::vector<const DoFHandler<dim> *> &dof_handler_vector,
-              dealii::Multigrid<VectorType> &             multigrid,
+              Multigrid<VectorType> &                     multigrid,
               const TRANSFER &                            transfer,
               OtherVectorType &                           dst,
               const OtherVectorType &                     src,

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.