- Apr 14, 2016
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Apr 13, 2016
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- 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 02, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Nov 26, 2014
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Oct 21, 2014
-
-
Dr. Felix Tobias Schindler authored
-
René Fritze authored
+ adjust test accordingly
-
- 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.
-
- 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 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.
-
Dr. Felix Tobias Schindler authored
-
- Sep 25, 2014
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
- 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 21, 2014
-
-
René Fritze authored
-
- Jun 24, 2014
-
-
Tobias Leibner authored
-
- May 28, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- May 20, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- May 07, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 26, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 13, 2014
-
-
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
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Apr 07, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 05, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Mar 27, 2014
-
-
Dr. Felix Tobias Schindler authored
* this can be used with space.tools to automatically create an appropriate grid view or part, as needed for each space
-
- Mar 24, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Mar 22, 2014
-
-
Dr. Felix Tobias Schindler authored
-