From: Wolfgang Bangerth Date: Mon, 6 May 2002 07:41:48 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~18049 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deed6cea09ac0883677f2a9a691b41e0e1057c87;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@5812 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/RELEASE/announce-3.4 b/deal.II/doc/RELEASE/announce-3.4 new file mode 100644 index 0000000000..7c7d9b2d6d --- /dev/null +++ b/deal.II/doc/RELEASE/announce-3.4 @@ -0,0 +1,33 @@ +Version 3.4 of the deal.II object-oriented finite element library has +been released. It is available from the deal.II home-page at + + http://www.dealii.org + +The most important improvements compared to the previous version are: +- A new homepage address at www.dealii.org +- Two more example programs, explaining modern error estimation + techniques and showing software design methods allowing for modular + and extensible programs +- Improved multi-threading supports using POSIX +- Improved ISO C++ Standard conformance +- Support for TECPLOT binary format + +A complete list of changes with respect to the previous version can be +found at + http://www.dealii.org/news/2002/3.3.0-vs-3.4.0.html + +All main features of the previous versions have been continued and +improved: +- Support for dimension-independent programming +- Extensive documentation and working example programs +- Locally refined grids +- Continuous and discontinuous elements of higher order +- Fast linear algebra +- Built-in support for symmetric multi-processing (SMP) +- Output for a variety of visualization platforms. + +deal.II can be downloaded for free and is distributed under an Open +Source license. + + +Wolfgang Bangerth, Ralf Hartmann, Guido Kanschat, the deal.II team