- 27 Jan, 2023 6 commits
-
-
Christoph Grüninger authored
Remove deprecations prior to 2.9 See merge request !695
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
dune/common/function.hh is going to be removed
-
Christoph Grüninger authored
[geometrygrid] Replace Transitional::ReferenceElement See merge request !694
-
Christoph Grüninger authored
It is deprecated and should have been replaced years ago
-
- 23 Jan, 2023 1 commit
-
-
Oliver Sander authored
Small fixes in grid tests See merge request !557
-
- 21 Jan, 2023 1 commit
-
-
AMüller authored
-
- 10 Jan, 2023 1 commit
-
-
Oliver Sander authored
fix a code typo in basicwriter.hh See merge request !692
-
- 09 Jan, 2023 4 commits
-
-
Andreas Dedner authored
-
Oliver Sander authored
Add CI pipeline running the codespell tool See merge request !691
-
Oliver Sander authored
And fix all spelling errors that codespell currently finds.
-
Oliver Sander authored
The 'codespell' tool complained about the variable name 'wit' that is used a few times as a loop variable. Rather than having codespell ignore it this patch simply rewrites the old iterator loops using range-based 'for'. That simplifies the code and gets rid of the codespell error at the same time.
-
- 08 Jan, 2023 4 commits
-
-
Ansgar Burchardt authored
remove support for automake to cmake migration tool See merge request !690
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
typo: multilply -> multiply See merge request !689
-
Ansgar Burchardt authored
-
- 04 Jan, 2023 3 commits
-
-
Oliver Sander authored
[bugfix]Add copy/move assignment for UGGridEntity See merge request !688
-
Carsten Gräser authored
In the case `0<codim<dim`, a `UGGridEntity` contains a `std::unique_ptr`. Hence the default copy assignment operator cannot work. This patch adds a custom copy assignment operator and marks the move assignment operator as `default` to fix the bug.
-
Carsten Gräser authored
There is no canonical place where entities are checked. `checkEntityLifetimeForCodim()` does some entity checks, but only for codims, where there's an iterator. Vy putting it into the `subIndexCheck()` it's also tested if this is not the case and entities are only available via `subEntities(e, cd)`. Currently this makes the gridcheck fail for `UGGrid`.
-
- 02 Jan, 2023 1 commit
-
-
Andreas Dedner authored
Feature/improve pickling and add paraview reader See merge request !675
-
- 06 Dec, 2022 2 commits
-
-
Simon Praetorius authored
Add missing include <cassert> See merge request !686
-
Simon Praetorius authored
-
- 04 Dec, 2022 2 commits
-
-
Simon Praetorius authored
Do not add compile definitions to ALIAS target See merge request !683
-
Simon Praetorius authored
-
- 02 Dec, 2022 4 commits
-
-
Andreas Dedner authored
[Python] improve handling of time series data add copyright
-
Andreas Dedner authored
-
Andreas Dedner authored
run 'python testpickle.py' Load the 'dunereader' plugin into paraview. After that 'dump.dbf' can be read and the subsampling level dynamically chosen to view the grid function given in picklefunc.py. some more docu for the dune paraview reader
-
Andreas Dedner authored
[Python] add pickling to general grid views [Python] minor changes [fix] remove debug output [bugfix] [bugfix] improve error messages
-
- 01 Dec, 2022 4 commits
-
-
Andreas Dedner authored
[Python] don't store an entity* in the python grid function but use optional<Entity> instead See merge request !680
-
Simon Praetorius authored
Fix a compiler error in the debug output of checkIndexSet See merge request !677
-
Simon Praetorius authored
Fix template deduction for 1d arrays in structuredgridfactory See merge request !676
-
Andreas Dedner authored
-
- 24 Nov, 2022 7 commits
-
-
Christoph Grüninger authored
Add ALBERTA_DEBUG=1 flag when linking against Alberta debug libraries See merge request !678
-
Simon Praetorius authored
Use flexible GeometryType containers in IndexSet See merge request !650
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Remove geomTypes method from grid implementations See merge request !651
-