deal.II

Deal.II
Developer(s) Wolfgang Bangerth, Timo Heister, Guido Kanschat, Matthias Maier et al.
Initial release 2000 (2000)
Stable release
9.0.1 / 11 October 2018 (2018-10-11)
Repository Edit this at Wikidata
Written in C++
Operating system Linux, macOS, Microsoft Windows
Type Finite element analysis
License GNU Lesser General Public License 2.1 or later
Website dealii.org

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 9.0.0 released in May 2018. 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] and has been used in applications up to 150,000 processors.
  • multigrid method with local smoothing on adaptively refined meshes[5][6]
  • hp-FEM
  • extensive documentation and tutorial programs,
  • interfaces to several libraries including Gmsh, PETSc, Trilinos, METIS, VTK, p4est, BLAS, LAPACK, HDF5, NetCDF, and Open Cascade Technology.

History and Impact

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 several hundred authors[7] and has been used in more than a thousand of research publications.[8]

The primary maintainers, coordinating the worldwide development of the library, are today located at Colorado State University, Clemson University, Heidelberg University, University of Minnesota, Oak Ridge National Laboratory and a number of other institutions. It is developed as a world-wide community of contributors through github[9] that incorporates several hundred changes by dozens of authors every month.

See also

References

  1. Bangerth, W; Hartmann, R; Kanschat, G. (2007). "deal.II - a general purpose object oriented finite element library". ACM Trans. Math. Softw. 33.
  2. "deal.II Homepage". deal.II Homepage. Archived from the original on 8 June 2012. Retrieved 5 August 2012.
  3. "Developers of Finite Element Library Receive Wilkinson Prize for Numerical Software". Retrieved 5 August 2012.
  4. 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.
  5. 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).
  6. Kanschat, G. (2004). "Multi-level methods for discontinuous Galerkin FEM on locally refined meshes". Computers & Structures. 82.
  7. "deal.II Authors". Retrieved 16 May 2018.
  8. "List of Publications". Retrieved 16 May 2018.
  9. "deal.II github page". Retrieved 16 May 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.