From: heister Date: Mon, 24 Feb 2014 19:34:55 +0000 (+0000) Subject: mention muparser changes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0ccf0fc464014be256c9e741d687697c46d008;p=dealii-svn.git mention muparser changes git-svn-id: https://svn.dealii.org/branches/branch_muparser@32543 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 986abc2d37..dacfe89eac 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -51,6 +51,13 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/02/15) +
  • The change from functionparser to muparser introduced a small number of + incompatibilies: units, use_degress, and recursion with 'eval' are not + longer supported. Comparing for equality is done using '==' instead of '='. +
    + (Timo Heister, 2014/02/10) +
  • +
  • Changed: The various classes generating graphical output, such as DataOut or DataOutStack, are all derived from a common interface class DataOutInterface which, in turn was derived from DataOutBase @@ -83,6 +90,13 @@ inconvenience this causes.
      + +
    1. Changed: the functionparser library bundled with deal.II got replaced + by the muparser library. +
      + (Timo Heister, 2014/02/10) +
    2. +
    3. Changed: It was possible to call DoFAccessor::set_active_fe_index() on non-active cells. However, this made no sense: Since degrees of freedoms only exist on active cells