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 .
- Nov 14, 2018
-
-
Robert K authored
that case is simply not implemented.
-
- Jun 06, 2018
-
-
Stephan Hilb authored
-
- Sep 06, 2017
-
-
Robert K authored
consecutive boundarySegmentIndex. - reverts previous implementation of boundarySegmentIndex to the old segmentId - introduce a boundary segment index set that provides a consecutive index set for macro boundary segements.
-
- Aug 29, 2017
-
-
Robert K authored
-
- Nov 08, 2016
-
-
Robert K authored
GenericGeometry backport.
-
- Oct 26, 2016
-
-
Robert K authored
-
- Oct 21, 2016
-
-
Robert K authored
-
- Oct 05, 2016
-
-
Robert K authored
-
- Apr 13, 2016
-
-
Martin Nolte authored
With this patch, Entity::father, Entity::subEntity, IntersectionIteratorWrapper::inside and IntersectionIteratorWrapper::outside return entities instead of entity pointers. Warning: This will definitely break compatibility with the 2.3 release.
-
- Apr 03, 2016
-
-
Robert K authored
-
- Oct 21, 2015
-
-
Tobias Malkmus authored
It is deprecated in Dune 3.0
-
- Oct 13, 2015
-
-
Tobias Malkmus authored
-
- Oct 11, 2015
- Oct 07, 2015
-
-
Robert K authored
-
- Jun 02, 2015
-
-
Robert Kloefkorn authored
-
- Jan 20, 2015
-
-
Robert K authored
-
- Jan 15, 2015
-
-
Robert K authored
-
- Jul 29, 2014
-
-
Robert Kloefkorn authored
-
- Apr 19, 2013
-
-
Andreas Dedner authored
- macroId(element) returning a globally unique consecutive integer id - master(element) returning the master process for the given entity - weight(intersection) returning (an upper bound) for the communication cost for this intersection With these three methods a dune sided call to a graph partitioner (e.g. Zolan) becomes possible. The three methods can also be moved to the Entitiy/Intersection class but this approach a better capsulation of the new features. The weight method does not take anything like filtering, possible communication on not leaf level into account, or varying sizes for the communicated data into account...
-
- Jan 17, 2013
-
-
Martin Nolte authored
-