- Apr 13, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 04, 2016
-
-
Tobias Leibner authored
-
- Mar 31, 2016
-
-
Tobias Leibner authored
There were a lot of problems with ambiguous references when deriving from ProductSpaceInterface and another class that is derived from SpaceInterface
-
- Mar 02, 2016
-
-
Tobias Leibner authored
-
- Mar 01, 2016
-
-
Tobias Leibner authored
-
- Feb 22, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 18, 2016
-
-
Tobias Leibner authored
-
- Sep 11, 2015
-
-
Dr. Felix Tobias Schindler authored
This is required for MatrixOperatorDefault.
-
Dr. Felix Tobias Schindler authored
-
- Apr 10, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 08, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 07, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- Jan 18, 2015
-
-
Dr. Felix Tobias Schindler authored
This traits can be used to safely check if a given type is derived from SpaceInterface, i.e. static const bool is = GDT::is_space< SpaceType >::value; static_assert(GDT::is_space< SpaceType >::value, "Error!"); without the need to call std::is_base_of manually.
-
- Nov 26, 2014
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Oct 30, 2014
-
-
René Fritze authored
-
- Oct 27, 2014
-
-
René Fritze authored
-
- Oct 21, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 16, 2014
-
-
René Fritze authored
refs #13 currently breaks FemBased Spaces testing due to GridPart/View types snafu
-
- Sep 24, 2014
-
-
Dr. Felix Tobias Schindler authored
This did not compile for me. Since tmp_basis_values_ was only used in cg.base I put it there.
-
- Sep 23, 2014
-
-
René Fritze authored
-
- Sep 19, 2014
-
-
René Fritze authored
-
- Sep 18, 2014
-
-
Dr. Felix Tobias Schindler authored
In particular, use .as_inp() on an argument when forwarding with any CRTP macro.
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Jul 11, 2014
-
-
Dr. Felix Tobias Schindler authored
This commit uses recent additions in the sparsity pattern in dune-stuff, namely making use of the `insert(ii, jj)` method in order to not duplicate the manual search everywhere. In addition the pattern is now sorted upon return to be on the safe side. If the performance penalty is too large we will have to introduce an additional optional switch a la `compute_pattern(const bool sort = true)`.
-
- Jul 09, 2014
-
-
Sven Kaulmann authored
This was necessary as std::set takes about three times the memory of a std::vector leading to the sparsity pattern taking more memory than the matrix itself. The additional std::find should be neglectable as the size of the vectors is rather small.
-
- Jul 03, 2014
-
-
Sven Kaulmann authored
This was necessary as std::set takes about three times the memory of a std::vector leading to the sparsity pattern taking more memory than the matrix itself. The additional std::find should be neglectable as the size of the vectors is rather small.
-
- Jun 24, 2014
-
-
Tobias Leibner authored
-
- May 28, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- May 24, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- May 22, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
* these methods also work for grid parts
-
- May 20, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- May 15, 2014
-
-
René Fritze authored
-
- May 09, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Apr 26, 2014
-
-
Dr. Felix Tobias Schindler authored
-