- 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
-
- 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
-
- Oct 17, 2014
-
-
René Fritze authored
refs #13 currently breaks a few copy tests
-
René Fritze authored
-
- Oct 16, 2014
-
-
René Fritze authored
refs #13 currently breaks FemBased Spaces testing due to GridPart/View types snafu
-
- Sep 29, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
See the note for reasons and for ways to explore..., refs #10
-
- Sep 26, 2014
-
-
Dr. Felix Tobias Schindler authored
This should ensure that all spaces have a sane copy and move ctor and forbid copy and move assignment. In addition all spaces have proper communicators now.
-
- Sep 24, 2014
-
-
René Fritze authored
Paragraph 12.8/15 of the C++11 Standard: The implicitly-defined copy/move constructor for a non-union class X performs a memberwise copy/move of its bases and members
-
- Aug 13, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Jul 28, 2014
-
-
René Fritze authored
-
René Fritze authored
-
- Jul 10, 2014
-
-
Tobias Leibner authored
[spaces.continuouslagrange.pdelab and playground.spaces.discontinuouslagrange.pdelab] move CommunicationChooser to its own header
-
- Jul 07, 2014
-
-
Tobias Leibner authored
[playground.spaces.discontinuouslagrange.pdelab] copy behavior for parallel builds from cg pdelab space
-
- Jun 25, 2014
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Jun 24, 2014
-
-
Tobias Leibner authored
-
- Jun 11, 2014
-
-
Tobias Leibner authored
-
- Jun 07, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Jun 04, 2014
-
-
Tobias Leibner authored
-