- Sep 05, 2024
-
- Sep 04, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
Use Hybrid::equal_to instead of Hybrid::equals See merge request !486
-
Simon Praetorius authored
Add container descriptor for blocked-interleaved index-merging strategy See merge request !467
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Aug 10, 2024
-
-
Christoph Grüninger authored
Update COPYING See merge request !484
-
- Aug 09, 2024
-
-
Christoph Grüninger authored
-
- Aug 07, 2024
-
-
Oliver Sander authored
Add SPDX license information See merge request !475
-
- Jul 04, 2024
-
-
Carsten Gräser authored
[examples][doc] Fix sign of pressure in Stokes example See merge request !482
-
Carsten Gräser authored
This has been changed to the physically correct version in the example code, too.
-
Carsten Gräser authored
While the exact sign is not important mathematically, the example used the physically wrong sign. Thus this is also uncommon in literature. The physically correct form of the Stokes equation is `-\Delta u + \grad p = f` which, after partial integration leads to a `-div(v)p` term in the weak form. This issues exists since the example was added. Maybe the initial version of the example was implemented based on the book by Braess. There, indeed the uncommon sign is used for the Stokes as well as for the Navier-Stokes equation. No surprisinly, the uncommon convention leads to confusing results. E.g. for the lid driven cavity flow, the pressure decreases towards the corner where the fluid is driven to. Similarly, for Poiseuille flow in a pipe the fluid is driven towards the high pressure side.
-
- Jun 29, 2024
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
This commit adds the LGPL-3.0-or-later and GPL-2.0-only-with-DUNE-exception license text files. These are the one that currently cover most of the code.
-
Oliver Sander authored
-
Oliver Sander authored
The list is taken from the git log.
-
- Jun 25, 2024
-
-
Oliver Sander authored
Remove redundant include of `test-localfe.hh` in gridviewfunctionspacebasistest.cc See merge request !479
-
-
- Jun 21, 2024
-
-
Oliver Sander authored
Remove old protocol from the 2014 meeting in Aachen See merge request !476
-
- Jun 05, 2024
-
-
Christian Engwer authored
use markdown to include figure in readme See merge request !478
-
Christian Engwer authored
-
- May 31, 2024
-
-
Oliver Sander authored
Improve README.md See merge request !477
-
- May 30, 2024
-
-
Oliver Sander authored
In particular, this imports a few bits from the old dune-functions page in dune-website. In the future, the website will show the README.md file directly.
-
- May 28, 2024
-
-
Oliver Sander authored
This is just a set of notes, which I think is not of value to anyone anymore.
-
- May 03, 2024
-
-
Carsten Gräser authored
[example][python][bugfix] Fix quadrature order in poisson-pq2.py See merge request !473
-
Carsten Gräser authored
When using Q4 ansatz functions, the product of gradients is still a 4th order polynomial. Hence we should use order 4 for integration. While the solution looks ok with order 3, it is actually slightly different and one would probably not get the correct 2nd order convergence.
-
- Apr 15, 2024
-
-
Carsten Gräser authored
Bugfix Interpolate Derivatives - Const R-value-Reference replaced by universal reference See merge request staging/dune-functions!469
-
Maik Porrmann authored
-
- Mar 21, 2024
-
-
Simon Praetorius authored
Add factory for container descriptors specialized for different pre-basis types See merge request !454
-
- Mar 20, 2024
-
-
Oliver Sander authored
Add a Python implementation of the mixed Poisson example See merge request !447
-
Oliver Sander authored
It is not really needed anymore now that we have the new example 'poisson-pq2.py'.
-
Oliver Sander authored
-
Oliver Sander authored
This example program does the same as poisson-mfem.cc, but using the Python interface. The only difference is the type of the stiffness matrix. The C++ example uses a 2x2 matrix of BCRSMatrix objects, but that is not easy to replicate in Python unless we start writing Python bindings for dune-istl. This new Python example uses a single flat matrix instead.
-
Oliver Sander authored
Previously it was exported as a property. But it is a method in the C++ interface, and therefore for the sake of consistency it should be a method in Python, too.
-
Simon Praetorius authored
-