#include <itlin.h>
Public Attributes | |
double | tol |
double | rho |
int | i_max |
int | maxiter |
TERM_CHECK | termcheck |
CONV_CHECK | convcheck |
LOGICAL | rescale |
PRINT_LEVEL | errorlevel |
PRINT_LEVEL | monitorlevel |
PRINT_LEVEL | datalevel |
FILE * | errorfile |
FILE * | monitorfile |
FILE * | datafile |
FILE * | iterfile |
FILE * | resfile |
FILE * | miscfile |
double * | scale |
Definition at line 80 of file itlin.h.
FILE * ITLIN_OPT::datafile |
FILE* ITLIN_OPT::errorfile |
int ITLIN_OPT::i_max |
Definition at line 83 of file itlin.h.
Referenced by gmres(), gmres_wrapout(), and itlin_parcheck_and_print().
FILE * ITLIN_OPT::iterfile |
Definition at line 83 of file itlin.h.
Referenced by gmres(), gmres_wrapout(), and itlin_parcheck_and_print().
FILE * ITLIN_OPT::miscfile |
FILE * ITLIN_OPT::monitorfile |
FILE * ITLIN_OPT::resfile |
double ITLIN_OPT::rho |
double* ITLIN_OPT::scale |
double ITLIN_OPT::tol |
Definition at line 82 of file itlin.h.
Referenced by gmres(), gmres_wrapout(), and itlin_parcheck_and_print().