Roland Kaufmann
|
baa9bf12e0
|
Zero-initialize structure to avoid returning undefined
The compiler will otherwise complain that we are returning undefined
data. There is no way for the client code to know whether this was
the case.
|
2013-07-05 10:59:52 +02:00 |
|
Andreas Lauser
|
40fe2abf04
|
make config.h the first header to be included in any compile unit
this is required for consistency amongst the compile units which are
linked into the same library and seems to be forgotten quite
frequently.
|
2013-04-10 12:56:14 +02:00 |
|
Xavier Raynaud
|
c81a840382
|
Added possibility to set tolerance for linear solvers.
|
2012-06-06 15:14:46 +02:00 |
|
Atgeirr Flø Rasmussen
|
0e861d1845
|
Suppressed multiple warnings.
|
2012-03-28 16:39:04 +02:00 |
|
Atgeirr Flø Rasmussen
|
9ed9f8b288
|
Fixed class comments, LinearSolverUmfpack::solve() properly returns a report.
|
2012-02-21 21:54:46 +01:00 |
|
Atgeirr Flø Rasmussen
|
e52cae02ac
|
Made the solve() methods const.
|
2012-02-21 21:36:09 +01:00 |
|
Atgeirr Flø Rasmussen
|
3cb3d69d90
|
Added LinearSolverInterface and two subclasses, using Umfpack and Istl.
|
2012-02-21 21:27:15 +01:00 |
|