- Oct 02, 2013
-
-
Martin Nolte authored
The majority of developers favor individual headers for (emulation of) C++11 features over collecting them in a single header cxx11.hh. This patch renames cxx11.hh to constexpr.hh and moves it into the subdirectory std. This is the place most developers would like these headers in (see http://users.dune-project.org/doodles/4).
-
- Oct 01, 2013
-
-
Martin Nolte authored
As decided on the developer meeting in Aachen, we support (but do not rely on) the C++11 keyword constexpr. This patch adds an m4-check for constexpr and a header (cxx11.hh) defining a macro DUNE_CONSTEXPR either as constexpr or empty (depending on the compiler support for it). It is then used in FieldVector and FieldMatrix on size, rows, and cols.
-
- Sep 27, 2013
-
-
Oliver Sander authored
-
- May 31, 2012
-
-
Oliver Sander authored
With the exception of mpicollectivecommunication.hh and propertymap.hh, which I didn't understand. [[Imported from SVN: r6784]]
-
- Oct 13, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6512]]
-
- Oct 19, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6188]]
-
- Oct 18, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6184]]
-
- Oct 13, 2010
-
-
Christian Engwer authored
* factor out most of the FieldMatrix math methods missing: several functions oculd not me moved, as they require som kind of type promotion traits [[Imported from SVN: r6181]]
-
- Oct 11, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6166]]
-
- Sep 08, 2010
-
-
Christian Engwer authored
vectors using different storage containers [[Imported from SVN: r6128]]
-
- Jul 08, 2010
-
-
Andreas Dedner authored
[[Imported from SVN: r6065]]
-
- Mar 13, 2010
-
-
Andreas Dedner authored
[[Imported from SVN: r5928]]
-
- Feb 26, 2010
-
-
Oliver Sander authored
methods. Make the arguments template parameters as in the general case. This fixes FS 745. Please merge to the release branch. [[Imported from SVN: r5912]]
-
- Feb 01, 2010
-
-
Christian Engwer authored
* add a specialization of sqrt to fvmeta, this should fix the ambiguous sqrt(int) merge to release [[Imported from SVN: r5874]]
-
- Jan 25, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5858]]
-
- Nov 09, 2009
-
-
Carsten Gräser authored
*Add const to *multiplyany() *Implement *multiplyany() for FieldMatrix<k,1,1> Thanks to Atgeirr Flø Rasmussen! [[Imported from SVN: r5704]]
-
- Nov 04, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5683]]
-
- Oct 15, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5662]]
-
Christian Engwer authored
* hide specializations from doxygen * use ROWS and SOLS instead of n and m for the FieldMatrix * use conjugateComplex instead of fm_ck * document istl_assign_to_fmatrix [[Imported from SVN: r5659]]
-
Christian Engwer authored
type * make *norm* in fvector and fmatrix use this real type [[Imported from SVN: r5656]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Oct 02, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5609]]
-
- Oct 01, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5608]]
-
- Sep 21, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5581]]
-
- Jun 16, 2009
-
-
Sven Marnach authored
Note that the current implementation of the determinant is rather subobtimal. While it is rather efficient, it is neither the most numerically stable way to compute the determinant, nor does it work for integers. But I think it is much better than no implementation at all. [[Imported from SVN: r5549]]
-
- Jun 15, 2009
-
-
Sven Marnach authored
[[Imported from SVN: r5548]]
-
- May 29, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5532]]
-
Martin Nolte authored
[[Imported from SVN: r5531]]
-
- May 11, 2009
-
-
Robert Klöfkorn authored
(using LAPACK for dim > 2) [[Imported from SVN: r5516]]
-
- Mar 04, 2009
-
-
Martin Nolte authored
[[Imported from SVN: r5467]]
-
- Feb 14, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5431]]
-
- Oct 06, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5303]]
-
- Jul 25, 2008
-
-
Martin Nolte authored
[[Imported from SVN: r5249]]
-
- Apr 15, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5157]]
-
- Feb 06, 2008
-
-
Robert Klöfkorn authored
[[Imported from SVN: r5077]]
-
- Feb 05, 2008
-
-
Robert Klöfkorn authored
[[Imported from SVN: r5072]]
-
- Dec 14, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r5029]]
-
- Aug 22, 2007
-
-
Oliver Sander authored
because the code doesn't contain conditionals. [[Imported from SVN: r4979]]
-
- Aug 21, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4978]]
-
- Jan 18, 2007
-
-
Markus Blatt authored
grrr! testing for !=0 skips row zero. loops now start with n and the first step is --i and we are testing for i>0. [[Imported from SVN: r4833]]
-