This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 12, 2015
- Aug 11, 2015
-
-
Robert K authored
-
Robert K authored
-
Martin Nolte authored
-
Martin Nolte authored
Because the CommDataHandleIF exports the DataType, it is indeed possible to check whether a type T is derived from (*) CommDataHandle< T, typenanme T::DataType >. We use this information to disable the generic method loadBalance( LBWeights ) in this case. Note: If someone passes a type U derived from a type T derived from (*), there is no way of checking this. In this case, the wrong method will be used, hopefully resulting in a compile time error.
-
Martin Nolte authored
Note: As a side effect, the iterator test triggers an error in the edge iterator of a 2d grid. Here, not all entities are visited.
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Andreas Dedner authored
-
Robert K authored
-
Andreas Dedner authored
-
Robert K authored
grids seems not to work.
-
Robert K authored
-
- Aug 10, 2015
-
-
dedner authored
-
- Aug 05, 2015
- Aug 04, 2015
-
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
- Aug 03, 2015
-
-
Robert K authored
-
- Jul 21, 2015
-
-
Robert K authored
-
- Jul 20, 2015
- Jul 14, 2015
- Jul 13, 2015
- Jul 10, 2015
-
-
Martin Nolte authored
The only load-balancing algorithm useable without Zoltan is based on a space filling curve. Internally, however, this algorithm assumes that the macro elements are already sorted along such a curve. Originally, this was ensured by sorting them along the Hilbert curve provided by Zoltan. To make dune-alugrid useful without Zoltan, we still need a space filling curve implementation of our own. This patch makes dune-alugrid more self-contained by providing a simple implementation of a Z curve. It is used only when Zoltan is not found, so experienced users will not notice the difference.
-
- Jul 07, 2015