Categories
deal.II
'deal.II' is a software library that supports finite element computations on adaptive 1d, 2d, and 3d meshes. It comes with mesh handling, supports a large number of finite elements, can input and output in various formats, and has a large collection of support classes. The handling of different space dimensions is hidden behind C++ templates; this lets users treat problems in different space dimensions simultaneously within the same program, and to switch dimensions simply by recompilation. This means users can test their application in 2d, and then run production runs in 3d without having to debug the program again.
It comes with full documentation of all APIs and 18 example programs showing how to build finite element programs from simple to very complex. The documentation now runs about 4000 pages.
Last updated 24 Jun, 2005
About
Leadership
- Wolfgang Bangerth - Maintainer
Requirements
- Perl (Use Requirement)
- make (Use Requirement)
- a graphical output program (Use Requirement)
Related Projects
Versions
5.0
5.0 stable released 2004-05-24
- Released: 24 May, 2004
- Code Maturity: Stable
- Source Archive: http://www.dealii.org/download/deal.II-5.0.0.ta...
- Licenses: QPL
- Interfaces: Library
User Community and Support
User documentation and tutorial included



