From de3cfd8247a5417ced85ea2780f2e01b00cda65d Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Sep 2010 11:09:41 +0000 Subject: [PATCH] Add warning that the order of FE_Nedelec has changed. git-svn-id: https://svn.dealii.org/trunk@21975 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 35974ff674..fb7822eafb 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -31,6 +31,15 @@ inconvenience this causes.
    +
  1. The FE_Nedelec class had previously implemented the lowest order +when the value 1 was passed to the constructor. This has now been +adjusted: the lowest order now results from passing 0, making this +consistent with the FE_RaviartThomas class and following the convention +used in by Brezzi and Raviart (though not in the original paper of +Nedelec). +
    +(Markus Bürg 2010/09/14)
  2. +
  3. The fields DoFHandler::tria and DoFHandler::selected_fe are now private instead of protected. Inheriting classes can only access them through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively. -- 2.39.5