Skip to content
Snippets Groups Projects
  1. Mar 04, 2016
  2. Feb 22, 2016
  3. Feb 18, 2016
  4. Sep 11, 2015
  5. Feb 09, 2015
  6. Feb 07, 2015
  7. Feb 06, 2015
  8. Jan 18, 2015
  9. Jan 15, 2015
  10. Nov 26, 2014
  11. Oct 21, 2014
  12. Oct 20, 2014
    • Dr. Felix Tobias Schindler's avatar
      [spaces...fem] hold shared_ptr of grid part (again) · 74736cec
      Dr. Felix Tobias Schindler authored
      This fixes a segfault, since after a copy of the space the backend_ would
      still hold a reference to the grid_part_ of other which is not guaranteed
      to still exist. Thus we would need to make a copy of backend_ (not possible
      with dune-fem) or create a new backend_ (which would mathematically
      hopefully be a copy, but we do not know about dune-fems internals so we can
      not be sure) or again hold a shared_ptr of the backend_ and the grid_part_
      and the grid_view_, which I opted for.
      74736cec
Loading