"README.md" did not exist on "d647487f8e595b220fc6363f74ab60b8aa7125fe"
- Mar 22, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r734]]
-
- Mar 17, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r731]]
-
- Mar 16, 2007
-
-
Markus Blatt authored
Replaced it with #if HAVE_MPI [[Imported from SVN: r726]]
-
- Feb 25, 2007
-
-
Christian Engwer authored
[[Imported from SVN: r723]]
-
- Feb 21, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r722]]
-
- Feb 13, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r721]]
-
- Feb 12, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r720]]
-
Markus Blatt authored
[[Imported from SVN: r719]]
-
- Jan 31, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r717]]
-
- Jan 12, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r715]]
-
Markus Blatt authored
Bugfix: Number of rows has to be copied. Otherwise we get segfaults if each row was allocated independently [[Imported from SVN: r714]]
-
- Dec 30, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r712]]
-
- Dec 15, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r711]]
-
Markus Blatt authored
[[Imported from SVN: r710]]
-
Markus Blatt authored
graph. This is proposed for elasticity problems by several people. (Works better for Olivers problems). [[Imported from SVN: r709]]
-
Markus Blatt authored
Still we need a direct solver here *sigh* [[Imported from SVN: r708]]
-
- Dec 13, 2006
-
-
Markus Blatt authored
If this is the case find will return the end iterator. Fixes flyspray #222 [[Imported from SVN: r707]]
-
- Dec 12, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r706]]
-
Markus Blatt authored
[[Imported from SVN: r705]]
-
Markus Blatt authored
Prevent using too much memory. [[Imported from SVN: r704]]
-
Markus Blatt authored
Prevent error accumulation in smoothing. [[Imported from SVN: r703]]
-
- Dec 06, 2006
-
-
Markus Blatt authored
c, int n, int m>A> Only the nonzeros blocks are printed here (without any dots for zero entries). [[Imported from SVN: r702]]
-
- Nov 27, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r700]]
-
- Nov 25, 2006
-
-
Markus Blatt authored
In operator= for assigning a BCRSMatrix that was constructed without specifying the number of nonzero one has to calculate the number of nonzeros before allocating memory. [[Imported from SVN: r699]]
-
Markus Blatt authored
[[Imported from SVN: r698]]
-
Markus Blatt authored
[[Imported from SVN: r697]]
-
Markus Blatt authored
[[Imported from SVN: r696]]
-
Markus Blatt authored
[[Imported from SVN: r695]]
-
Markus Blatt authored
[[Imported from SVN: r694]]
-
- Nov 24, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r693]]
-
- Nov 23, 2006
-
-
Oliver Sander authored
writeMatrixToMatlab now write arbitrary ISTL matrices of arbitrary nesting depth. this fixes FlySpray issue 201 [[Imported from SVN: r692]]
-
- Nov 22, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r691]]
-
Markus Blatt authored
[[Imported from SVN: r690]]
-
Markus Blatt authored
[[Imported from SVN: r689]]
-
- Nov 21, 2006
-
-
Markus Blatt authored
const qualifier makes no sense. [[Imported from SVN: r688]]
-
Markus Blatt authored
Do not overwrite index. Is this is a bug if lower_bound returns the end iterator. [[Imported from SVN: r687]]
-
Markus Blatt authored
added check whether row has nonzero size. Fixes flyspray 202. [[Imported from SVN: r686]]
-
Markus Blatt authored
Rely on MPI daemons being started. [[Imported from SVN: r685]]
-
Markus Blatt authored
Rely on MPI daemons being started. [[Imported from SVN: r684]]
-
- Nov 20, 2006
-
-
Markus Blatt authored
The problem was with row pointers of empty rows being initialized to the same value as the previous nonempty row (or to the first data element if no such rows existed). Fixed this. Reduced duplicate code. [[Imported from SVN: r683]]
-