From: kronbichler Date: Mon, 17 Feb 2014 11:24:57 +0000 (+0000) Subject: Mention change (tests for collaboration to come). Clean up interface X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1432eb1fcb38711ad7238e481172248bc98d16f3;p=dealii-svn.git Mention change (tests for collaboration to come). Clean up interface git-svn-id: https://svn.dealii.org/trunk@32497 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 87185c5950..cc1f4f4b89 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -135,6 +135,11 @@ inconvenience this causes.

Specific improvements

    +
  1. New: There is now a class FEEvaluationDGP that implements matrix-free + evaluation routines by truncated tensor products for FE_DGP elements. +
    + (Martin Kronbichler, 2014/02/17) +
  2. 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 diff --git a/deal.II/include/deal.II/matrix_free/fe_evaluation.h b/deal.II/include/deal.II/matrix_free/fe_evaluation.h index d39ba8dce3..5b7a385109 100644 --- a/deal.II/include/deal.II/matrix_free/fe_evaluation.h +++ b/deal.II/include/deal.II/matrix_free/fe_evaluation.h @@ -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 - 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