- Sep 14, 2020
-
-
Simon Praetorius authored
-
- Sep 13, 2020
-
-
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.
-
- Aug 31, 2020
-
-
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
-
- Aug 17, 2020
-
-
Oliver Sander authored
Add several missing communication interfaces See merge request !159
-
- Aug 12, 2020
-
-
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
-
- Aug 11, 2020
-
-
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.
- Jun 29, 2020
-
-
Oliver Sander authored
These are needed to implement the Dune InteriorBorder_All_Interface.
-
- Jun 12, 2020
-
-
Ansgar Burchardt authored
Merge branch 'feature/require-cmake-3.13' into 'master' See merge request [!158] [!158]: Nonestaging/dune-uggrid/merge_requests/158
-
- May 24, 2020
-
-
Christoph Grüninger authored
-
- May 18, 2020
-
-
Oliver Sander authored
Merge branch 'remove-evalproc' into 'master' See merge request [!157] [!157]: Nonestaging/dune-uggrid/merge_requests/157
-
- May 15, 2020
-
-
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.
-
- May 08, 2020
-
-
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.
-
- Apr 06, 2020
-
-
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.
-
- Apr 05, 2020
-
-
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
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
The remaining commands are not needed anymore: The parts of them that dune-grid needs have been merged into dune-grid.
-
Oliver Sander authored
-