From: guido Date: Tue, 22 Feb 2000 15:40:48 +0000 (+0000) Subject: minor extensions X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357208ae32cf8285983498329308e66c776e16a7;p=dealii-svn.git minor extensions git-svn-id: https://svn.dealii.org/trunk@2461 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html index 1e02f74344..6733f30039 100644 --- a/deal.II/doc/toc.html +++ b/deal.II/doc/toc.html @@ -39,7 +39,7 @@

- deal.II emerged from the work at the + deal.II emerged from work at the Numerical Methods Group of the University of Heidelberg, which is at the forefront of adaptive finite element methods and error @@ -64,9 +64,9 @@

  • - Handling of locally refined grids, including algorithms to - adaptively refine them, using error indicators and - estimators. + Handling of locally refined grids, including different adaptive + refinement strategies based on local error indicators and + error estimators.

  • @@ -76,7 +76,9 @@

  • - Extensive documentation: about 200 pages of tutorials, + Extensive documentation: all documentation is available online + in a logical tree structure to allow fast access to the information + you need. In a printed version it comprises about 200 pages of tutorials, several reports, and far more than 1,000 pages of programming interface documentation with explanations of all classes, functions, and variables. @@ -85,11 +87,15 @@

  • Modern software techniques that make access to the complex data structures and algorithms as transparent as possible. + The use of object oriented programming allows for program + structures similar to the structures in mathematical analysis.

  • Fast algorithms that enable you to solve problems with up to several millions of degrees of freedom quickly. + As opposed to programming symbolic algebra packages the penalty + for readability is low.