- Jun 16, 2015
-
-
Christian Engwer authored
we first import function like std::max into the local scope and the call max(a,b) instead of std::max(a,b). This allows to match specializations for other data types via ADL. (cherry picked from commit 515f312a) Signed-off-by:
Carsten Gräser <graeser@dune-project.org>
-
- May 20, 2014
-
-
Christian Engwer authored
-
Marco Cecchetti authored
The bug affected operators: +=, -=, *=, /=. It has been fixed by using: enable_if<is_convertible<ParamType, FieldVector::valueType>, ...>
-
- Feb 27, 2014
-
-
Tobias Malkmus authored
Add additional template parameter R (default T&) to handle the case row_reference != row_type&.
-
- Oct 29, 2013
-
-
Martin Nolte authored
DenseVector is the base class of a CRTP. This is kind of an abstract class that works only if it can be casted into a derived type. Copying the base class is pointless. This patch marks the copy constructor of DenseVector private (not even implementing it), so that it cannot be called anymore. Once we have a DUNE_DELETE macro, we should use it, here. At the same time, the default constructor is marked protected, so that only derived classes can instantiate a DenseVector. Notice that this does not prevent the user from building a derivced class which does not pass itself as implementation to DenseVector. It is (to my knowledge) not possible to make CRTPs completely fail-safe.
-
- Aug 22, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6924]]
-
- Aug 21, 2012
-
-
Oliver Sander authored
Patch by Elias Pipping, thanks. FS 1147 [[Imported from SVN: r6914]]
-
- Jul 31, 2012
-
-
Christian Engwer authored
initialize result with 0 (patch by Matthias Wohlmuth) [[Imported from SVN: r6877]]
-
- Jul 11, 2012
-
-
Christian Engwer authored
- update fvector test (thanks to Matthias Wohlmuth) [[Imported from SVN: r6863]]
-
- May 31, 2012
-
-
Oliver Sander authored
With the exception of mpicollectivecommunication.hh and propertymap.hh, which I didn't understand. [[Imported from SVN: r6784]]
-
- May 02, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6677]]
-
- Apr 05, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6608]]
-
Christoph Grüninger authored
[[Imported from SVN: r6607]]
-
- Nov 26, 2011
-
-
Andreas Dedner authored
[[Imported from SVN: r6534]]
-
Christian Engwer authored
[[Imported from SVN: r6533]]
-
- Dec 01, 2010
-
-
Markus Blatt authored
rbegin -> beforeEnd rend -> beforeBegin [[Imported from SVN: r6286]]
-
- Nov 13, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6244]]
-
- Nov 07, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6234]]
-
- Oct 31, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6219]]
-
- Oct 13, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6180]]
-
- Oct 12, 2010
-
-
Christian Engwer authored
few cases, where CRTP really makes sense!) * type infroamtion is provided via DenseMatVecTraits [[Imported from SVN: r6171]]
-
- Oct 11, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6164]]
-
- Oct 10, 2010
-
-
Markus Blatt authored
Iterator -> ConstIterator in const find method [[Imported from SVN: r6162]]
-
Markus Blatt authored
represented as such in the iterator (and pdelab-howto compiles again.). [[Imported from SVN: r6161]]
-
- Sep 08, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6138]]
-
Christian Engwer authored
[[Imported from SVN: r6135]]
-
Christian Engwer authored
[[Imported from SVN: r6129]]
-
Christian Engwer authored
vectors using different storage containers [[Imported from SVN: r6128]]
-