deal.II
Developer(s) | Wolfgang Bangerth, Timo Heister, Guido Kanschat, Matthias Maier et al. |
---|---|
Initial release | 2000 |
Stable release |
8.4.1
/ 7 April 2016 |
Written in | C++ |
Operating system | Linux, Mac OS X, Microsoft Windows (Cygwin) |
Type | Finite element analysis |
License | GNU Lesser General Public License 2.1 or later |
Website |
dealii |
deal.II is a free, open source library to solve partial differential equations using the finite element method.[1][2] The current release is version 8.4.0 released in March 2016. In 2007 the authors won the J. H. Wilkinson Prize for Numerical Software for deal.II.[3]
Features
The library features
- dimension independent programming using C++ templates on locally adapted meshes,
- a large collection of different finite elements of any order: continuous and discontinuous Lagrange elements, Nedelec elements, Raviart-Thomas elements, and combinations,
- parallelization using multithreading through TBB and massively parallel using MPI. deal.II has been shown to scale to at least 16,000 processors[4]
- multigrid method with local smoothing on adaptively refined meshes[5][6]
- hp-FEM
- extensive documentation and tutorial programs,
- interfaces to several libraries including PETSc, Trilinos, METIS, VTK, p4est, BLAS, LAPACK, HDF5, NetCDF.
History
The software started from work at the Numerical Methods Group at Heidelberg University in Germany in 1998. The first public release was version 3.0.0 in 2000. Since then deal.II has gotten contributions from many different authors[7] and has been used in hundreds of research publications.[8]
The primary maintainers, coordinating the worldwide development of the library, are today located at Texas A&M University, Clemson University and Heidelberg University.
See also
References
- ↑ Bangerth, W; Hartmann, R; Kanschat, G. (2007). "deal.II - a general purpose object oriented finite element library". ACM Trans. Math. Softw. 33.
- ↑ "deal.II Homepage". deal.II Homepage. Retrieved 5 August 2012.
- ↑ "Developers of Finite Element Library Receive Wilkinson Prize for Numerical Software". Retrieved 5 August 2012.
- ↑ Bangerth, W.; Burstedde, C.; Heister, T.; Kronbichler, M. (2011). "Algorithms and Data Structures for Massively Parallel Generic Finite Element Codes". ACM Trans. Math. Softw. 38.
- ↑ Janssen, B.; Kanschat, G. (2011). "Adaptive multilevel methods with local smoothing for H1- and Hcurl-conforming high order finite element methods". SIAM J. Sci. Comput. 33 (4).
- ↑ Kanschat, G. (2004). "Multi-level methods for discontinuous Galerkin FEM on locally refined meshes". Computers & Structures. 82.
- ↑ "deal.II Authors". Retrieved 28 August 2014.
- ↑ "List of Publications". Retrieved 28 August 2014.
External links
This article is issued from Wikipedia - version of the 10/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.