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 12, 2015
  2. Oct 11, 2015
  3. Oct 09, 2015
  4. Oct 07, 2015
  5. Oct 02, 2015
  6. Sep 14, 2015
  7. Sep 06, 2015
  8. Aug 18, 2015
    • Andreas Dedner's avatar
      use a multimap instead of a map to construct the sorting based on sfc · 5e779b9c
      Andreas Dedner authored
      Problem is that with surface grids two elements can have the same barycenter and
      would have only been added once into the map leading to missing elements in the grid
      construction. Using a multimap is probably not the best solution since elements with the
      same barycenter would be sorted to lie directly next to each other but probably they are
      on opposite sides of the surface. Since will not lead to a good partitioning...
      5e779b9c
  9. Aug 12, 2015
Loading