- Mar 26, 2025
-
-
oliver.sander_at_tu-dresden.de authored
Replace std::result_of by std::invoke_result_t See merge request !85
-
oliver.sander_at_tu-dresden.de authored
The former is deprecated, and not supported by all compilers anymore.
-
- Jan 26, 2025
-
-
Carsten Gräser authored
This has been deprecated and superseded by `Dune::MatrixVector::` long time ago (about 8 years).
- Jan 24, 2025
-
-
Carsten Gräser authored
The creation of the library needs to be updated, because otherwise the library is not found by downstream modules.
-
Carsten Gräser authored
* Use 2.10 image for 2.10 gcc job * Remove 2.10 clang job, because there's no recent enough compiler * Stop using outdated `dune:git-*` images
- Jan 13, 2025
-
- Jan 12, 2025
-
-
oliver.sander_at_tu-dresden.de authored
std::result_of_t is deprecated in C++17, and removed in C++20: https://en.cppreference.com/w/cpp/types/result_of
-
- Jan 10, 2025
-
-
oliver.sander_at_tu-dresden.de authored
Minor fixes for finding IPOpt See merge request !80
-
- Jan 07, 2025
-
-
oliver.sander_at_tu-dresden.de authored
Starting with IPOpt 3.14 there is an overload of the Infeasibilities method with five arguments. The old one with four arguments still exists, but using it triggers a deprecation warning. Use the new method if the IPOpt version is high enough.
-
oliver.sander_at_tu-dresden.de authored
This makes the code slightly longer, but also easier to understand.
-
- Dec 19, 2024
-
-
oliver.sander_at_tu-dresden.de authored
At least newer Debian installations seem to used that path.
-
oliver.sander_at_tu-dresden.de authored
This fixes a CMake warning.
-
- Dec 07, 2024
-
-
oliver.sander_at_tu-dresden.de authored
Set version to 2.11-git See merge request !78
-
oliver.sander_at_tu-dresden.de authored
2.9 and 2.10 are what is currently in Debian stable and testing, respectively.
-
oliver.sander_at_tu-dresden.de authored
-
oliver.sander_at_tu-dresden.de authored
Deprecate the file tuplevector.hh See merge request !77
-
oliver.sander_at_tu-dresden.de authored
-
oliver.sander_at_tu-dresden.de authored
-
- Nov 20, 2024
-
-
Carsten Gräser authored
This was using a matrices as rows which should never have worked. Surprisingly it only failed with the recent modifications on how `field_type` is computed in dune-istl.
-
- Nov 18, 2024
-
-
oliver.sander_at_tu-dresden.de authored
2.9 is the latest version available as binary packages. I like to be able to work with those as much as possible.
-
oliver.sander_at_tu-dresden.de authored
Replace the old ones by what dune-fufem uses currently.
-
oliver.sander_at_tu-dresden.de authored
This brings us std::tuple_element for Dune::Solvers::TupleVector.
-
oliver.sander_at_tu-dresden.de authored
An equivalent implementation of TupleVector has existed in dune-common since 2016. Please use that from now on.
-
- Sep 27, 2023
-
- Sep 21, 2023
-
-
oliver.sander_at_tu-dresden.de authored
UMFPackSolver for MultiTypeBlockMatrix See merge request !74
-
- Sep 20, 2023
-
-
- Jun 27, 2023
-
-
Carsten Gräser authored
This is helpful when using AMG, where the matrix hierarchy is computed while coarsening. Another application are problems, where the coarse matrix is a preconditioner that does not coincide with the Galerkin-restriction of the fine matrix, e.g. for DG methods.
-
- May 02, 2023
-
-
- Mar 30, 2023
-
-
Patrick Jaap authored
Remove 'blocksize' member from MultigridStep See merge request !72
-
Patrick Jaap authored
It seems to have no functionality and is incompatible with MultiTypeBlockVector
-
- Mar 27, 2023
-
-
oliver.sander_at_tu-dresden.de authored
Stop using deprecated type PQkLocalFiniteElementCache See merge request !71
-
oliver.sander_at_tu-dresden.de authored
-
- Jan 09, 2023
-
-
oliver.sander_at_tu-dresden.de authored
Do not hardwire BitsetVector as default in IterationStep See merge request !57
-
oliver.sander_at_tu-dresden.de authored
Use DefaultBitVector_t instead. That way, the default has to be overridden less frequently.
-
- Jan 05, 2023
-
-
Patrick Jaap authored
CHANGELOG.md: Latest change belongs to 2.10 See merge request !70
-
Patrick Jaap authored
-
- Jan 04, 2023
-
-
oliver.sander_at_tu-dresden.de authored
Implement generic proximal Newton solver for solving nonsmooth minimization problems See merge request !63
-