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. Apr 29, 2016
  2. Apr 23, 2016
  3. Apr 16, 2016
  4. 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
  5. Apr 03, 2016
  6. Mar 15, 2016
  7. Feb 23, 2016
    • alkaemper's avatar
      periodic elements seem to work now in 2d · d07de1bc
      alkaemper authored
      the problem was that the search for the periodic neighbour deletes the periodic
      boundary faces from the boundary and the elements get oriented between insertion
      and this. So it does not find the elements. Now the search is done after the recreation of
      the boundaryIds with respect to the new element orientation
      d07de1bc
  8. Feb 22, 2016
  9. Feb 19, 2016
  10. Feb 18, 2016
  11. Feb 13, 2016
  12. Feb 12, 2016
  13. Feb 09, 2016
  14. Feb 02, 2016
  15. Feb 01, 2016
  16. Jan 27, 2016
  17. Jan 26, 2016
  18. Jan 12, 2016
  19. Jan 08, 2016
  20. Dec 08, 2015
  21. Dec 04, 2015
  22. Dec 01, 2015
  23. Nov 30, 2015
  24. Nov 23, 2015
    • Robert K's avatar
      test grid unitcube 8-8-8 · ece23c86
      Robert K authored
      ece23c86
    • alkaemper's avatar
      [bugfix] 3d bisection algorithm in parallel · 8981be87
      alkaemper authored
      it now exploits the fact, that refinement calls are boolean
      due to the recursive nature neighbours may be assigned at the wrong time
      which in parallel leads to wrong face refinements.
      this is caught by returning false and the refinement is
      initiated again.
      8981be87
Loading