]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove MGConstrainedDoFs::get_level_constraint_matrix
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 6 Jul 2020 20:36:37 +0000 (16:36 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 6 Jul 2020 20:36:37 +0000 (16:36 -0400)
include/deal.II/multigrid/mg_constrained_dofs.h
tests/multigrid/constrained_dofs_05.cc

index d60ac04867d885483436a6fc7149d503254002e7..0791c91b64efa22fc89e36967ba47bc59111ed79 100644 (file)
@@ -204,16 +204,6 @@ public:
   const AffineConstraints<double> &
   get_level_constraints(const unsigned int level) const;
 
-  /**
-   * Return the AffineConstraints object for a given level, containing
-   * periodicity constraints (if enabled on the triangulation).
-   *
-   * @deprecated Use get_level_constraints instead, which has a more descriptive name.
-   */
-  DEAL_II_DEPRECATED
-  const AffineConstraints<double> &
-  get_level_constraint_matrix(const unsigned int level) const;
-
   /**
    * Return the user defined constraint matrix for a given level. These
    * constraints are set using the function add_user_constraints() and
@@ -533,14 +523,6 @@ MGConstrainedDoFs::get_level_constraints(const unsigned int level) const
 
 
 
-inline const AffineConstraints<double> &
-MGConstrainedDoFs::get_level_constraint_matrix(const unsigned int level) const
-{
-  return get_level_constraints(level);
-}
-
-
-
 inline const AffineConstraints<double> &
 MGConstrainedDoFs::get_user_constraint_matrix(const unsigned int level) const
 {
index 02639f8fc7d9efe0a0cc1603ab360dc2f363f459..b6fab7929fc112c9c6b65a669689f6fac339dfe8 100644 (file)
@@ -167,7 +167,7 @@ check()
 
       // Print constraint matrix
       deallog << "  Constraint matrix:" << std::endl;
-      constrained_dofs.get_level_constraint_matrix(level).print(
+      constrained_dofs.get_level_constraints(level).print(
         deallog.get_file_stream());
     }
 }

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.