-
**Describe the bug**
When projecting a `LincombOperator` with complex coefficients onto some `range_basis` using `pymor.algorithms.projection.project`, the result is not the one expected.
**To Rep…
-
This little code, extracted from something @cedrict and @danieldouglas92 are working on, is clearly not doing things:
```
#include
#include
#include
#include
using namespace dealii;
int…
-
## Description of problem
`dealii::Patterns::pattern_factory` incorrectly parses pattern strings for lists of lists from a description. This causes strings to incorrectly match a pattern they should …
-
[start automated regression testsuite report]
Dear all,
this is the automated regression testsuite reporting a new regression between
- new revision: 629865fc0fd2ae493850a5cc4c9015ec93cb0601 [regre…
-
The following, admittedly, not very practical piece of code triggers a use after free:
```
#include
struct Foo : public dealii::ParameterAcceptor {};
int main()
{
Foo foo;
dealii::Para…
-
As discussed in https://github.com/dealii/dealii/pull/15065#issuecomment-1514297500, the SUNDIALS IDA/KINSOL/... interfaces but now also the PETSc ODE solver interfaces and possibly SNES interfaces as…
-
```
Test project /usr/ports/math/deal.ii/work/.build
Start 10: quick_tests/step-petsc.release
Start 11: quick_tests/step-slepc.release
Start 12: quick_tests/step.release
S…
-
In #8428 we observed that `clang-format` does sometimes struggle with creating a good indentation when we use many specifiers, sometimes hidden behind the keywords. The result can look e.g.
```c++
s…
-
The release paper has this code snippet:
```
// compute intersections on distributed triangulation
auto intersection_data =
GridTools::internal::distributed_compute_intersection_locations…
-
This happens on `master` and at #166 (even though it was working then when I submitted it). This gist of the issue is that when I try to compile the tests, I get the following error.
```
/usr/bin/ld…