From 1f67bfd52da79cc8cfdb24a7b41f95c5e471514e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Sep 2001 09:47:05 +0000 Subject: [PATCH] Bring up to date: the last two example programs have used some of the things mentioned; the test suite has grown. git-svn-id: https://svn.dealii.org/trunk@5020 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/future.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/future.html b/deal.II/doc/future.html index c7a8e97e74..5beab14ade 100644 --- a/deal.II/doc/future.html +++ b/deal.II/doc/future.html @@ -129,9 +129,7 @@ of things are the ParameterHandler and SolutionTransfer classes, the AssertThrow macro, 1d programs, - curved boundaries and different mappings, using the - MatrixTools::create_*_matrix - functions, using the FilteredMatrix + using the FilteredMatrix class, and output of more than one variable). This is certainly something that should be improved, but is rather time consuming. @@ -139,8 +137,8 @@
  • A better test-suite: We have a small - suite of programs (approximately 40 programs with roughly - 15000 lines of code at present) that can be run automatically + suite of programs (approximately 45 programs with roughly + 17000 lines of code 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 -- 2.39.5