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. Oct 07, 2015
  2. Jun 02, 2015
  3. Jan 20, 2015
  4. Jan 15, 2015
  5. Jul 29, 2014
  6. 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
  7. Jan 17, 2013
Loading