Skip to content
Snippets Groups Projects
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 .
  1. Nov 14, 2018
  2. Jun 06, 2018
  3. Sep 06, 2017
  4. Aug 29, 2017
  5. Nov 08, 2016
  6. Oct 26, 2016
  7. Oct 21, 2016
  8. Oct 05, 2016
  9. Apr 13, 2016
    • Martin Nolte's avatar
      adapt to removal of EntityPointer from dune-grid · ae80d74c
      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.
      ae80d74c
  10. Apr 03, 2016
  11. Oct 21, 2015
  12. Oct 13, 2015
  13. Oct 11, 2015
  14. Oct 07, 2015
  15. Jun 02, 2015
  16. Jan 20, 2015
  17. Jan 15, 2015
  18. Jul 29, 2014
  19. Apr 19, 2013
    • Andreas Dedner's avatar
      Added a macro grid view which is basically a level 0 grid view with additional methods · 67931d24
      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...
      67931d24
  20. Jan 17, 2013
Loading