Skip to content
Snippets Groups Projects
Commit a9c31386 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Update changelog for pdelab 2.8

parent 695baa28
Branches update-changelog
No related tags found
No related merge requests found
PDELab
======
This is the 2.7-git version of PDELab, a PDE discretization toolkit built
on top of the [DUNE][] framework. It is intended to be used with the 2.7
This is the 2.8 version of PDELab, a PDE discretization toolkit built
on top of the [DUNE][] framework. It is intended to be used with the 2.8
release of the Dune core modules. License information can be found in the file
[LICENSE.md][].
......@@ -12,8 +12,9 @@ to the [PDELab bugtracker][] instead.
Changes
=======
PDELab git master (will be PDELab 2.7)
--------------------------------------
PDELab 2.8
----------
- Fix preformance bug introduced in `dune-localfunctions` due to usage of
FiniteElementInterfaceSwitch::setStore. Now, the finite element is stored
in a shared pointer iff the finite element map returns an rvalue object.
......@@ -51,6 +52,9 @@ PDELab git master (will be PDELab 2.7)
`skip_entity`/`skip_intersection` methods in the local operator. See local operator interface for
detailed information.
PDELab 2.7
----------
- Change the local operator interface for nonlinear jacobian apply methods. The vector representing the
current solution (x) and the vector that the jacobian is applied on (z) can now have different type. Note:
This is a change in the interface description of the local operator interface but will not break any user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment