Skip to content
Snippets Groups Projects
  1. Apr 14, 2016
  2. Apr 13, 2016
  3. Sep 11, 2015
  4. Feb 09, 2015
  5. Feb 07, 2015
  6. Feb 02, 2015
  7. Nov 26, 2014
  8. Oct 21, 2014
  9. 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
  10. Oct 17, 2014
  11. Oct 16, 2014
  12. Sep 26, 2014
  13. Sep 25, 2014
  14. Sep 24, 2014
  15. Aug 21, 2014
  16. Jun 24, 2014
  17. May 28, 2014
  18. May 20, 2014
  19. May 07, 2014
  20. Apr 26, 2014
  21. Apr 13, 2014
    • Dr. Felix Tobias Schindler's avatar
      [spaces] major renaming · c41d9806
      Dr. Felix Tobias Schindler authored
      * ContinuousLagrangeSpaceBase -> Spaces::ContinuousLagrangeBase
      * ContinuousLagrangeSpace::FemWrapper
        -> Spaces::ContinuousLagrange::FemBased
      * ContinuousLagrangeSpace::FemLocalfunctionsWrapper
        -> Spaces::ContinuousLagrange::FemLocalfunctionsBased
      * ContinuousLagrangeSpace::PdelabWrapper
        -> Spaces::ContinuousLagrange::PdelabBased
      * DiscontinuousLagrangeSpace::FemLocalfunctionsWrapper
        -> Spaces::DiscontinuousLagrange::FemLocalfunctionsBased
      * RaviartThomasSpace::FemLocalfunctionsWrapper
        -> Spaces::RaviartThomas::FemLocalfunctionsBased
      * FiniteVolumeSpace::Default
        -> Spaces::FiniteVolume::Default
      c41d9806
    • Dr. Felix Tobias Schindler's avatar
      moved space -> spaces · 97da9bab
      Dr. Felix Tobias Schindler authored
      97da9bab
    • Dr. Felix Tobias Schindler's avatar
      renamed Albrecht -> Schindler · d618b582
      Dr. Felix Tobias Schindler authored
      d618b582
  22. Apr 07, 2014
  23. Apr 05, 2014
  24. Mar 27, 2014
  25. Mar 24, 2014
  26. Mar 22, 2014
Loading