- Sep 13, 2016
-
-
- Nov 28, 2014
-
-
Markus Blatt authored
-
- Oct 29, 2014
-
-
When assigning a BCRSMatrix to another BCRSMatrix which was setup for a different size/pattern, it segfaulted and I got the following Exception: "InvalidStateException [allocate:.../dune/istl/bcrsmatrix.hh:2108]: Rows have already been allocated, cannot allocate a second time." The problem was, that inside the assignment operator the rows (r) were never deallocated. This commit fixes this and adds a testcase. Testcase slightly modified by Markus.
-
- Dec 15, 2013
-
-
Christoph Grüninger authored
-
- Oct 23, 2013
-
-
- Mar 31, 2013
-
-
Christoph Grüninger authored
(kudos to Elias Pipping for the patch) [[Imported from SVN: r1910]]
-
- Feb 25, 2013
-
-
Carsten Gräser authored
[[Imported from SVN: r1869]]
-
- Feb 07, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1781]]
-
- Jan 31, 2013
-
-
Christoph Grüninger authored
Thanks for the patch to Bård Skaflestad. [[Imported from SVN: r1778]]
-
- Jan 18, 2013
-
-
Oliver Sander authored
Patch by Andreas Lauser. Thanks! [[Imported from SVN: r1760]]
-
- Jan 09, 2013
-
-
Markus Blatt authored
Improved it such that placement new is only called when necessary. [[Imported from SVN: r1757]]
-
Markus Blatt authored
[[Imported from SVN: r1755]]
-
Markus Blatt authored
Previously the two vectors are allocated in the first call to apply. These got resused in subsequent calls to apply and are deallocated in the destructor. Using the new mode these vectors are allocated at the beginning and deallocated at the end of each apply method. This allows using the same instance of superlu from different threads. Patch provided by Arne Morten Kvarving. I just added some more documemtation and a missing initialization. [[Imported from SVN: r1754]]
-
- Jan 01, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r1753]]
-
- Nov 22, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1734]]
-
- Sep 01, 2012
-
-
Oliver Sander authored
Patch by Matthias Wohlmuth FS 1170 [[Imported from SVN: r1685]]
-
- Jul 27, 2012
-
-
Christoph Grüninger authored
Removed two spurious semicolons. (thanks to Andreas Lauser for the patch) [[Imported from SVN: r1658]]
-
- Feb 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r1528]]
-
- Jan 23, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r1522]]
-
- Mar 30, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r738]]
-
- Mar 23, 2007
-
-
Sven Marnach authored
* Extended the section on the license in README * Added the exception to the COPYING file as well [[Imported from SVN: r735]]
-
- Mar 22, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r734]]
-
- Mar 20, 2007
-
-
Markus Blatt authored
WARNING: Currently COPYING contains the GPL without the exception. The runtime exception is just mentioned in the README. It is not clear to me whether it should be included into the COPYING file. In libstdc++ it is not included there but in all source files. Sven: please audit the licence again. [[Imported from SVN: r732]]
-
- Oct 30, 2003
-
-
Thimo Neubauer authored
[[Imported from SVN: r6]]
-