From: Wolfgang Bangerth Date: Sat, 15 Jan 2000 14:47:33 +0000 (+0000) Subject: some small updates. X-Git-Tag: v8.0.0~21133 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da480ad950c2086137a7f3dff59ff640d007502b;p=dealii.git some small updates. git-svn-id: https://svn.dealii.org/trunk@2227 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/toc.html b/deal.II/doc/toc.html index 1f2b5e578c..0872f3e2c2 100644 --- a/deal.II/doc/toc.html +++ b/deal.II/doc/toc.html @@ -23,15 +23,15 @@ we have a tutorial for new users of the library which explains the basic elements of finite element programs based on the library, and provides some small example programs.

-
  • Programming interface documentation: the classes and methods +
  • Programming interface documentation: the classes and methods in the library are extensively documented (presently approximately 1250 pages if printed). We write this documentation directly into the source code, which makes it much easier to keep it up to date, and use automatic tools to extract it into HTML or into printable formats. +

    - This API documentation is split into several parts, according to the sublibraries and the different directories of the main deal.II library: @@ -81,12 +81,12 @@

    Authors

    deal.II was originally designed and written by - Wolfgang - Bangerth, starting in early 1998; he is still maintaining and + Wolfgang + Bangerth, starting in early 1998; he is still maintaining and managing the library and contributing code. However, over time other people have contributed as well, most notably - Guido - Kanschat, who wrote the code linking several finite elements + Guido + Kanschat, who wrote much of the code linking several finite elements together into one and above all the largest part of the multigrid code. In addition, the first author owes him many thanks for continuous advice in the early implementation stages on questions