\fortinline|'BJAC_RESCHECK'|&\fortinline|integer| & Any integer\par$>0$& -1 & Number of iterations after which a residual is to be calculated. \\\hline
\fortinline|'BJAC_RESCHECK'|&\fortinline|integer| & Any integer\par$>0$& -1 & Number of iterations after which a residual is to be calculated. \\\hline
\fortinline|'BJAC_STOPTOL'| &\fortinline|real(kind_parameter)| & Any real\par$<1$& 0 & Tolerance for the stopping criterion on the residual. \\\hline
\fortinline|'BJAC_STOPTOL'| &\fortinline|real(kind_parameter)| & Any real\par$<1$& 0 & Tolerance for the stopping criterion on the residual. \\\hline
\fortinline|'KRM_METHOD'| &\fortinline|character(len=*)| &\fortinline|'CG'| \par\fortinline|'FCG'| \par\fortinline|'CGS'| \par\fortinline|'CGR'| \par\fortinline|'BICG'| \par\fortinline|'BICGSTAB'| \par\fortinline|'BICGSTABL'| \par\fortinline|'RGMRES'| &\fortinline|'FCG'| & A string that defines the iterative method to be
\fortinline|'KRM_METHOD'| &\fortinline|character(len=*)| &\fortinline|'CG'| \par\fortinline|'FCG'| \par\fortinline|'CGS'| \par\fortinline|'CGR'| \par\fortinline|'BICG'| \par\fortinline|'BICGSTAB'| \par\fortinline|'BICGSTABL'| \par\fortinline|'RGMRES'| &\fortinline|'FCG'| & A string that defines the iterative method to be
used. \texttt{CG} the Conjugate Gradient method;
used when employing a Krylov method \fortinline|'KRM'| as a coarse solver. \texttt{CG} the Conjugate Gradient method;
\texttt{CGS} the Conjugate Gradient Stabilized method;
\texttt{CGS} the Conjugate Gradient Stabilized method;
\texttt{GCR} the Generalized Conjugate Residual method;
\texttt{GCR} the Generalized Conjugate Residual method;
\texttt{FCG} the Flexible Conjugate Gradient method;
\texttt{FCG} the Flexible Conjugate Gradient method;
@ -940,7 +940,7 @@ Create a (deep) copy of the preconditioner object.