]> https://gitweb.dealii.org/ - dealii.git/commitdiff
PreconditionIdentity: move implementation out of declaration 13333/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 3 Feb 2022 15:58:02 +0000 (10:58 -0500)
committerTimo Heister <timo.heister@gmail.com>
Thu, 3 Feb 2022 17:10:31 +0000 (12:10 -0500)
include/deal.II/lac/precondition.h

index 142993d20d2ef68ca7897d1b02fdd2dc8f1afe3e..e7c085a392c9432985dad25ccee9671c24c28585 100644 (file)
@@ -147,8 +147,7 @@ public:
    * preconditioner to be handed to a smoother.  This does nothing.
    */
   void
-  clear()
-  {}
+  clear();
 
   /**
    * Return the dimension of the codomain (or range) space. Note that the
@@ -1896,6 +1895,14 @@ PreconditionIdentity::Tvmult_add(VectorType &dst, const VectorType &src) const
   dst += src;
 }
 
+
+
+inline void
+PreconditionIdentity::clear()
+{}
+
+
+
 inline PreconditionIdentity::size_type
 PreconditionIdentity::m() const
 {

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.