Go to the documentation of this file.
25 #define PRECONDITIONER_NO_ERROR 0
26 #define PRECONDITIONER_MAXITER_REACHED 1
27 #define PRECONDITIONER_INPUT_ERROR -1
28 #define PRECONDITIONER_MEMORY_ERROR -9
29 #define PRECONDITIONER_BREAKDOWN -10
30 #define PRECONDITIONER_NEGATIVE_NORM_ERROR -11
31 #define PRECONDITIONER_DIVERGENCE -12
34 #define PASO_AMG_UNDECIDED -1
35 #define PASO_AMG_IN_F 0
36 #define PASO_AMG_IN_C 1