]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mention change (tests for collaboration to come). Clean up interface
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2014 11:24:57 +0000 (11:24 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2014 11:24:57 +0000 (11:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@32497 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h
deal.II/include/deal.II/matrix_free/fe_evaluation.h

index 87185c59505da6a1376986275e1a4a3ee45f4cf6..cc1f4f4b89734b2751f8df5f1d08f6059e16343a 100644 (file)
@@ -135,6 +135,11 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li>New: There is now a class FEEvaluationDGP that implements matrix-free
+  evaluation routines by truncated tensor products for FE_DGP elements.
+  <br>
+  (Martin Kronbichler, 2014/02/17)
+
   <li>Changed: The InverseMatrixRichardson used to eat all exceptions
   that may have been produced by the underlying Richardson solver, leaving
   no trace that the underlying solver may have failed when you call functions
index d39ba8dce314e39f0ee00fde55be6e1e5e434ab2..5b7a3851090e9092ad2074a08a072f22a2df0746 100644 (file)
@@ -97,14 +97,6 @@ public:
    */
   void reinit (const unsigned int cell);
 
-  /**
-   * Initializes the operation pointer to the current cell. This is a reinit
-   * call similar to FEValues where the necessary information is computed on
-   * the fly.
-   */
-  template <typename ITERATOR>
-  void reinit (const ITERATOR &cell_iterator);
-
   /**
    * For the transformation information stored in MappingInfo, this function
    * returns the index which belongs to the current cell as specified in @p

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.