From c66e0268c6cbb9513b27a18017a5fc940b5507f4 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 11 Feb 2000 08:19:05 +0000 Subject: [PATCH] Small additions. git-svn-id: https://svn.dealii.org/trunk@2379 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/future.html | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/deal.II/doc/future.html b/deal.II/doc/future.html index 936bd4ce52..dc177871d5 100644 --- a/deal.II/doc/future.html +++ b/deal.II/doc/future.html @@ -52,10 +52,14 @@
  • The hp-method of finite elements: - This will need a major restructuring of the basic classes - handling degrees of freedom and is therefore not planned for - the immediate future. - + Implementing this will need a class analogous to the + DoFHandler class, as well as extensions to the finite + element classes where descriptions of interface conditions to + other finite elements on neighboring cells are needed. While + the latter is probably straightforward, the first is a major + task and is not planned for the immediate future. We would, + however, offer advice if anyone wanted to implement this. +

  • Linear solvers: @@ -90,12 +94,22 @@

  • - More example and test programs: + More example programs: There are still many aspects of the library that are not yet covered by the example programs. This is certainly something - that should be improved, but is time consuming. A complete + that should be improved, but is time consuming. +

    + +
  • + A better test-suite: + We have a small suite of programs (approximately 20 programs + at present) that can be run automatically for regression + tests. Some of these are modified real-life applications, so + they should cover a relevant part of the library, but it + would be necessary to reach every corner of the library to be + sure a certain patch does not break something. Also, a complete test-suite for the library would be quite valuable for ports - to new computer systems. + to new computer systems and compilers.

  • -- 2.39.5