- Feb 07, 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
-
- 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?
-
- Oct 20, 2014
-
-
Dr. Felix Tobias Schindler 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
-
- 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
-
- Jun 24, 2014
-
-
Tobias Leibner authored
-
- Jun 04, 2014
-
-
Tobias Leibner authored
-
- May 28, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- May 20, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 26, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 14, 2014
-
-
Dr. Felix Tobias Schindler authored
* there seems to be a bug in dune-commons FloatCmp, so instead of testing against 0 we add 1 on both sides * the basis functions are extremely sensitive to local coordinate distortions, so we obtain the (entity) local vertex coordinates from the reference elements instead of the entities geometry's local()
-
- 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
-