- Jul 12, 2022
-
-
Oliver Sander authored
-
- Jun 17, 2022
-
-
Oliver Sander authored
More modernization See merge request !203
-
Oliver Sander authored
-
- Jun 15, 2022
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jun 14, 2022
-
-
Oliver Sander authored
Remove more unused stuff See merge request !202
-
- Jun 13, 2022
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
It is not used anywhere else anymore.
-
Oliver Sander authored
It is not used.
-
Oliver Sander authored
That pointer is never used.
-
Oliver Sander authored
It was hard-wired to '0', anyway.
-
Oliver Sander authored
Because nowadays there are only sidevectors anyway, and hence the dependence was purely formal.
-
Oliver Sander authored
The 'part' mechanism was a way to split grids into subdomains. Dune has never used this, and for years, all grid entities and vectors had part number 0. This parts actually removes the corresponding code.
-
- Jun 11, 2022
-
-
Oliver Sander authored
-
- May 07, 2022
-
-
Oliver Sander authored
Remove the MIN and MAX macros See merge request !201
-
Oliver Sander authored
Replace them with std::min, std::max, std::clamp.
-
- May 06, 2022
-
-
Ansgar Burchardt authored
use `UG_DIM_[23]` instead of `__TWODIM__` and `__THREEDIM__` See merge request !200
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Rip out the Format data structure and large parts of the UG3 algebra See merge request !176
-
-
-
For Dune they are always zero anyway.
-
They are not needed for the grid itself.
-
Ansgar Burchardt authored
Regression introduced in 5fffab22
-
Ansgar Burchardt authored
-
- May 02, 2022
-
-
Dune does not need these Vector types. They are part of the UG3 linear algebra, which is not used by Dune. An exception is the SIDEVEC type (values associated to sides of 3d elements). As the UG3 grid data structure does not explicitly store sides of 3d elements, Dune abuses SIDEVEC objects to store information about these sides (level and leaf index, and ids).
-
-
-
- Dec 20, 2021
-
-
Oliver Sander authored
Stop setting HAVE_UG See merge request !199
-
- Dec 13, 2021
-
-
Oliver Sander authored
Downstream code should use HAVE_DUNE_UGGRID instead.
-
Oliver Sander authored
-
- Dec 07, 2021
-
-
Oliver Sander authored
Resolve "Enable viewThreadSafe on dune-grid" Closes #58 See merge request !198
-
Santiago Ospina De Los Ríos authored
This array introduces a data-race when the grid is read concurrently. Since it's one being used elsewhere in the library, we just remove it.
-
- Nov 14, 2021
-
-
Simon Praetorius authored
Link duneuggridXd against DUNE_LIBS See merge request !197
-
Simon Praetorius authored
-
- Oct 20, 2021
-
-
Oliver Sander authored
Feature/reduce warnings clang13 See merge request !196
-
- Oct 13, 2021
-
-
Christoph Grüninger authored
-
- Oct 12, 2021
-
-
Christoph Grüninger authored
-