- 29 Nov, 2020 1 commit
-
-
Oliver Sander authored
Feature/minor fixes See merge request !172
-
- 28 Nov, 2020 2 commits
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- 25 Oct, 2020 1 commit
-
-
Oliver Sander authored
Use named struct See merge request !169
-
- 24 Oct, 2020 2 commits
-
-
Christoph Grüninger authored
This fixes Clang 11's warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
-
Christoph Grüninger authored
[ci] Allow failure for Debian 11 See merge request !171
-
- 23 Oct, 2020 1 commit
-
-
Christoph Grüninger authored
Compiler has an ICE
-
- 14 Sep, 2020 2 commits
-
-
Oliver Sander authored
remove ugdevices from dimension-dependent targets See merge request !168
-
Simon Praetorius authored
-
- 13 Sep, 2020 3 commits
-
-
Oliver Sander authored
Stabilize ddd type definitions See merge request !167
-
Oliver Sander authored
-
Oliver Sander authored
The DDD_TypeDefine method previously required pointers to the individual data members of a data structure to compute its layout. For this you need a pointer to the beginning of the data structure, and the code used stuff like nullptr and pointers onto the stack for this. This worked (mostly), but working with objects starting at 0 involves undefined behavior. This patch makes the code more robust by using the standard method 'offsetof' to compute the data structure layouts. This is done outside of DDD_TypeDefine, which hence changes its interface. This is not much of a problem, because the method is only used in initddd.cc anyway.
-
- 31 Aug, 2020 2 commits
-
-
Oliver Sander authored
Cleanup the cmake structure See merge request !165
-
Simon Praetorius authored
replace individual object libraries by common dimension-dependent library duneuggrid_xd and one exported target duneuggrid cleanup order of sources in target_sources and remove enabled_dimension variable rename dimension dependent libraries
-
- 17 Aug, 2020 1 commit
-
-
Oliver Sander authored
Add several missing communication interfaces See merge request !159
-
- 12 Aug, 2020 3 commits
-
-
Oliver Sander authored
Remove periodic grids See merge request !163
-
Oliver Sander authored
This was never used, and it is of no interest to Dune. So let's remove it.
-
Oliver Sander authored
-
- 11 Aug, 2020 3 commits
-
-
René Heß authored
-
René Heß authored
This is a workaround for a bug that showed up after gitlab migration. See issue infrastructure/issues0#62 for further discussion.
- 29 Jun, 2020 1 commit
-
-
Oliver Sander authored
These are needed to implement the Dune InteriorBorder_All_Interface.
-
- 12 Jun, 2020 1 commit
-
-
Ansgar Burchardt authored
Merge branch 'feature/require-cmake-3.13' into 'master' See merge request [!158] [!158]: Nonestaging/dune-uggrid/merge_requests/158
-
- 24 May, 2020 1 commit
-
-
Christoph Grüninger authored
-
- 18 May, 2020 1 commit
-
-
Oliver Sander authored
Merge branch 'remove-evalproc' into 'master' See merge request [!157] [!157]: Nonestaging/dune-uggrid/merge_requests/157
-
- 15 May, 2020 3 commits
-
-
Oliver Sander authored
It is not used.
-
Oliver Sander authored
The flags have been removed from the code a while ago.
-
Oliver Sander authored
It was used to distinguish headers that were internal to UG. However, today all code in dune-uggrid is internal to the Dune grid interface, and therefore the old distinction is not needed anymore.
-
- 08 May, 2020 2 commits
-
-
Oliver Sander authored
Merge branch 'remove-directory-numerics' into 'master' ref:staging/dune-uggrid\> It is not used anymore. See merge request [!156] [!156]: gitlab.dune-project.org/staging/dune-uggrid/merge_requests/156
-
Oliver Sander authored
It is not used anymore.
-
- 06 Apr, 2020 4 commits
-
-
Oliver Sander authored
Merge branch 'remove-more-unused-stuff' into 'master' See merge request [!153] [!153]: Nonestaging/dune-uggrid/merge_requests/153
-
Oliver Sander authored
Instead, we let the multigrid store them directly. That is much simpler.
-
Oliver Sander authored
Apparently they were not used at all
-
Oliver Sander authored
And remove lots of code that we never actually exercise.
-
- 05 Apr, 2020 6 commits
-
-
Oliver Sander authored
Our format does not use type options.
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-