]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove deprecated constructor
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jan 2014 11:15:53 +0000 (11:15 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Jan 2014 11:15:53 +0000 (11:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@32142 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/relaxation_block.h
deal.II/include/deal.II/lac/relaxation_block.templates.h

index 6e6bb9bb159517be70a041509f55a7d36633718a..994a5c502c7c43d414c3575e4884425a6f751a31 100644 (file)
@@ -86,19 +86,6 @@ public:
                     const bool invert_diagonal = true,
                     const bool same_diagonal = false);
 
-    /**
-     * @deprecated Since the BlockList is now a data member of this
-     * class, it is not recommended anymore to generate it
-     * independently.
-     *
-     * Constructor.
-     */
-    AdditionalData (const BlockList &block_list,
-                    const double relaxation = 1.,
-                    const bool invert_diagonal = true,
-                    const bool same_diagonal = false) DEAL_II_DEPRECATED;
-
-
     /**
      * The mapping from indices to blocks.
      */
index 621ed762806e2f2ec468d0aa92a5b91eaac706ec..8028f74acf6de7b83769cd90ad730d19ad4d3c8e 100644 (file)
@@ -51,24 +51,6 @@ RelaxationBlock<MATRIX,inverse_type>::AdditionalData::memory_consumption() const
 }
 
 
-template <class MATRIX, typename inverse_type>
-inline
-RelaxationBlock<MATRIX,inverse_type>::AdditionalData::AdditionalData (
-  const BlockList &bl,
-  const double relaxation,
-  const bool invert_diagonal,
-  const bool same_diagonal)
-  :
-  relaxation(relaxation),
-  invert_diagonal(invert_diagonal),
-  same_diagonal(same_diagonal),
-  inversion(PreconditionBlockBase<inverse_type>::gauss_jordan),
-  threshold(0.)
-{
-  bl.create_sparsity_pattern(block_list, 0);
-}
-
-
 template <class MATRIX, typename inverse_type>
 inline
 void

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.