From ad78534f382244524e96ab1f8fe48a2bba921609 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 24 Sep 2001 14:28:19 +0000 Subject: [PATCH] Done. git-svn-id: https://svn.dealii.org/trunk@5042 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/future.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/deal.II/doc/future.html b/deal.II/doc/future.html index 21b98a1f79..ecaf8770ab 100644 --- a/deal.II/doc/future.html +++ b/deal.II/doc/future.html @@ -27,28 +27,6 @@ major release.

-
  • - Non-conforming elements: While - deal.II is quite flexible with respect to - the finite element to be used, it was written with Lagrange - elements in mind. The basic problems in the implementation of - other elements would therefore be the computation of shape - function values if the shape functions depend on the shape of - the cell. Since this is not the case for the usual continuous - elements, the present implementation does not provide all - information necessary for the computation of these values. -

    - -

    - In order to implement these elements, it would therefore be - necessary to review the interface between the - FEValues class and the - FiniteElement class. This would probably also be - the right time to further separate the implementation of the - mapping from unit to real cell from the actual finite element - code. -

    -
  • The hp-method of finite elements: Implementing this will need a class analogous to the -- 2.39.5