- 27 Mar, 2021 1 commit
-
-
Oliver Sander authored
Add mapper.update(gridView) method and fix mapper.update() where possible See merge request !487
-
- 23 Mar, 2021 2 commits
-
-
Andreas Dedner authored
use the dune docker registry for the python ci test See merge request !490
-
Andreas Dedner authored
-
- 22 Mar, 2021 1 commit
-
-
Andreas Dedner authored
Bugfix/headercheck fails See merge request !488
-
- 21 Mar, 2021 1 commit
-
-
Andreas Dedner authored
remove warning of unused typedef
-
- 19 Mar, 2021 2 commits
-
-
Carsten Gräser authored
-
Carsten Gräser authored
Since there's no guarantee that a `GridView` or `IndexSet&` remains valid after grid adaptation, they must be updated inside of the mappers. For the `MCMGMapper` the only way to achieve this was ```cpp mapper = MCMGMapper(gridView, mapper.layout()); ``` For the `SCSGMapper` it wasn't possible at all, because it stores a reference to the `IndexSet`. This patch adds new interface methods `mapper.update(gridView)` to allows a clean update. Notice that the `Mapper` interface class is not modified, because it does not know about grid views (and is outdated anyway).
-
- 14 Mar, 2021 3 commits
-
-
Christoph Grüninger authored
Use [[maybe_unused]] instead of DUNE_UNUSED(_PARAMETER) See merge request !486
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- 13 Mar, 2021 1 commit
-
-
Simon Praetorius authored
Use std::void_t instead of Dune::void_t See merge request !485
-
- 12 Mar, 2021 1 commit
-
-
Christoph Grüninger authored
-
- 07 Mar, 2021 2 commits
-
-
Simon Praetorius authored
Export Codim and dimension in IdSet Closes #126 See merge request !482
-
Simon Praetorius authored
missing return statement after switch-case statement added See merge request !264
-
- 28 Feb, 2021 1 commit
-
- 23 Feb, 2021 1 commit
-
-
Santiago Ospina De Los Ríos authored
-
- 02 Feb, 2021 2 commits
-
- 31 Jan, 2021 2 commits
-
-
Robert K authored
dune-grid.
- 30 Jan, 2021 2 commits
-
-
Simon Praetorius authored
Correct directory of grid examples in install interface See merge request !478
-
Simon Praetorius authored
-
- 28 Jan, 2021 3 commits
-
-
Santiago Ospina De Los Ríos authored
-
Robert K authored
internal logic differs, since a path previously added to the filename will no longer work. This patch fixes this and includes a test.
- 20 Jan, 2021 2 commits
-
-
Christian Engwer authored
[doc] add changelog entry on the IndexSet::size return type Closes #122 See merge request !477
-
Christian Engwer authored
-
- 19 Jan, 2021 5 commits
-
-
Christian Engwer authored
use SCRIPT instead of COMMAND in dune_python_add_test See merge request !476
-
Christian Engwer authored
IndexSet returns auto for methods size Closes #10 See merge request !474
-
Christian Engwer authored
-
Robert K authored
implementation to decide what the SizeType implementation should be.
-
Andreas Dedner authored
-
- 16 Jan, 2021 1 commit
-
-
Simon Praetorius authored
Revert "Merge branch 'feature/find_alberta_cleanup' into 'master'" See merge request !473
-
- 15 Jan, 2021 1 commit
-
-
Simon Praetorius authored
This reverts merge request !455
-
- 27 Dec, 2020 2 commits
-
-
Andreas Dedner authored
Feature/add dune vtk bindings See merge request !467
-
Andreas Dedner authored
make sure python gc doesn't remove gridfunctions converted to Dune::Vtk::Functions remove testing code from gridview registration function added missing header [bug fix] wrong includes used bug fix
-
- 23 Dec, 2020 2 commits
-
-
Andreas Dedner authored
Feature/add back rest to grid See merge request !466
-
Andreas Dedner authored
of the C++ types is an issue in that case better implementation to previous make actual pickling work for grids added a small test script for grid pickling test pickling classes containing hgrids bug fix remove some unused code
-
- 19 Dec, 2020 2 commits
-
-
Simon Praetorius authored
Update FindAlberta and cleanup cmake module See merge request !455
-
Simon Praetorius authored
Require Alberta >= 3.0 remove OBJECT keyword from add_dune_alberta_flags on dunealbertagrid libraries Add some description of recent ALBERTA cmake configuration Add CHANGELOG entry for changes in FindAlberta.cmake
-