- Sep 11, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 09, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 07, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 06, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Jan 18, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Jan 15, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Nov 26, 2014
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Oct 21, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
I also removed the const of the `grid_view_` member to get rid of the cast in the `backend_` ctor call. Is this preferable over the const_cast, @renemilk?
-
Dr. Felix Tobias Schindler authored
-
- Oct 20, 2014
-
-
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.
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
-
René Fritze authored
refs #13
-