Dealii Versions Save

The development repository for the deal.II finite element library.

v9.5.2

3 months ago

DOI

All download files are mirrored at https://dealii.org/downloads/

This is a minor update to 9.5.1 with the following changes:

v9.5.1

10 months ago

DOI

All download files are mirrored at https://dealii.org/downloads/

This is a minor update to 9.5.0 with the following changes:

v9.5.0

10 months ago

All download files are mirrored at https://dealii.org/downloads/

The major changes of this release are:

  • Substantial updates and extensions to deal.II's interfaces to other libraries. This includes, in particular, the integration of Kokkos additions and updates to the PETSc and Trilinos interfaces.
  • Uniform handling of nonlinear solver packages and a uniform way of defining callbacks used by external libraries.
  • Advances in matrix-free infrastructure.
  • Advances in non-matching support.
  • New features related to linear algebra.
  • C++ language modernization.
  • Build-system modernization.

What's Changed:

Recurring Contributors:

@adamqc @bangerth @bergbauer @btemuer @dangars @drwells @fdrmrc @gassmoeller @gfcas @GrahamBenHarper @jppelteret @kronbichler @lethe-cfd @lpsaavedra @luca-heltai @luzpaz @marcfehling @masterleinad @mschreter @nabw @nfehn @NiklasWik @olegrog @pcafrica @pengfej @peterrum @richardschu @Rombur @sebproell @simonsticko @singima @tamiko @tcojean @tjhei @zjiaqi2018

New Contributors:

v9.5.0-rc2

10 months ago

v9.4.2

1 year ago

All download files are mirrored at https://dealii.org/downloads/

This is a minor update to 9.4.1 with the following changes:

  • a compilation issue with step-70 has been resolved
  • CMake: prefer -pthread for posix thread support
  • a type mismatch for suitesparse has been fixed that lead to compilation failures on certain platforms
  • a number of Microsoft Visual Code compatibility fixes concerning extern declarations

v9.4.1

1 year ago

All download files are mirrored at https://dealii.org/downloads/

This is a minor update to 9.4.0 with the following changes:

  • cmake: always export compile_commands.json in deal.II and user projects
  • doxygen: fix various errors in formulas
  • doxygen: fix SymmetricTensor friends
  • cmake: fix PETSc version detection
  • base: fix some VectorizedArrayTypes for non-default vectorization
  • gitignore: ignore clangd files and directories
  • change ConsensusAlgorithm deprecations to early deprecated
  • step-81: Mention example step in the tutorial lists
  • bugfix: use correct tolerance in MappingCartesian check

v9.4.0

1 year ago

All download files are mirrored at https://dealii.org/downloads/

The major changes of this release are:

  • Three new tutorial programs: 81, 82, 85 demonstrating solving a variety of equations and illustrating functionality in deal.II.
  • Advances in simplex- and mixed-mesh support
  • Repartitioning of distributed meshes
  • Advances in matrix-free infrastructure
  • Advances in multigrid infrastructure
  • CutFEM support
  • Experimental integration of the Computational Geometry Algorithms Library (CGAL)
  • Performance improvements in the particle infrastructure
  • Improvements to unstructured communication

For more information see

v9.4.0-rc2

1 year ago

All download files are mirrored at https://dealii.43-1.org/downloads/

v9.3.3

2 years ago

All download files are mirrored at https://dealii.org/downloads/

This is a minor update to 9.3.1 with the following changes:

  • fixes an update flag issue in VectorTools::point_values()
  • uses portable "cmake -E remove" in quick_tests
  • fixes compatibility issues with Boost 1.78
  • adds support for the new OneAPI api interface for the Intel Threading Building Blocks Library (libtbb)
  • fixes a compilation issue with sundials
  • updates the shell script p4est-setup.sh

v9.3.2

2 years ago

All download files are mirrored at https://dealii.org/downloads/

This is a minor update to 9.3.1 with the following changes:

  • fixes a Sundials/Kinsol issue
  • fixes a bug for plain_copy in MGTransferMatrixFree
  • fixes a bug for Checkpointing/Restore of large triangulations greater than 4GB
  • fixes compatibility issues with Intel 18/19 compiler
  • fixes a compilation issue with step-79 and Intel 18 compiler