1 #ifndef AMESOS_CONTROL_H
2 #define AMESOS_CONTROL_H
5 using namespace Teuchos;
23 AddZeroToDiag_ =
false;
24 rcond_threshold_ = 1e-12;
Amesos_Control: Container for some control variables.
double rcond_threshold_
If error is greater than this value, perform symbolic and numeric factorization with full partial piv...
bool AddZeroToDiag_
Adds zero to diagonal of redistributed matrix (some solvers choke on a matrix with a partly empty dia...
int MatrixProperty_
Set the matrix property.
Amesos_Control()
Default constructor.
bool Reindex_
If true, the Amesos class should reindex the matrix to standard indexing (i.e.
~Amesos_Control()
Default destructor.
double AddToDiag_
Add this value to the diagonal.