]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-75: add a missing reference 17427/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 2 Aug 2024 20:24:37 +0000 (16:24 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 2 Aug 2024 20:24:37 +0000 (16:24 -0400)
examples/step-75/step-75.cc

index 4084aaf44aa1beeddd2e9c02e50cf7d8e03f0c3b..69086cf6d7cff78975f527fc9b440bad5d4833f5 100644 (file)
@@ -637,14 +637,14 @@ namespace Step75
   // particular the operators, and the transfer operator as a
   // MGTransferGlobalCoarsening object.
   template <typename VectorType, typename OperatorType, int dim>
-  void solve_with_gmg(SolverControl                   &solver_control,
-                      const OperatorType              &system_matrix,
-                      VectorType                      &dst,
-                      const VectorType                &src,
-                      const MultigridParameters       &mg_data,
-                      const hp::MappingCollection<dim> mapping_collection,
-                      const DoFHandler<dim>           &dof_handler,
-                      const hp::QCollection<dim>      &quadrature_collection)
+  void solve_with_gmg(SolverControl                    &solver_control,
+                      const OperatorType               &system_matrix,
+                      VectorType                       &dst,
+                      const VectorType                 &src,
+                      const MultigridParameters        &mg_data,
+                      const hp::MappingCollection<dim> &mapping_collection,
+                      const DoFHandler<dim>            &dof_handler,
+                      const hp::QCollection<dim>       &quadrature_collection)
   {
     // Create a DoFHandler and operator for each multigrid level,
     // as well as, create transfer operators. To be able to

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.