Two minor changes to make the doc++ documentation look a bit better.

This commit is contained in:
kolev 2006-12-11 22:31:35 +00:00
parent 46dc703768
commit 4fee076d95

View File

@ -568,6 +568,7 @@ int HYPRE_BoomerAMGSetPrintFileName(HYPRE_Solver solver,
/**
* (Optional) Requests automatic printing of setup and solve information.
*
* \begin{tabular}{|c|l|} \hline
* 0 & no printout (default) \\
* 1 & print setup information \\
@ -575,6 +576,7 @@ int HYPRE_BoomerAMGSetPrintFileName(HYPRE_Solver solver,
* 3 & print both setup and solve information \\
* \hline
* \end{tabular}
*
* Note, that if one desires to print information and uses BoomerAMG as a
* preconditioner, suggested print$\_$level is 1 to avoid excessive output,
* and use print$\_$level of solver for solve phase information.
@ -833,8 +835,8 @@ int HYPRE_ParaSailsSetFilter(HYPRE_Solver solver,
*
* @param solver [IN] Preconditioner object for which to set symmetry parameter.
* @param sym [IN] Value of the symmetry parameter:
* \begin{tabular}{|c|l|} \hline
* value & meaning \\ \hline
* \begin{tabular}{|c|l|} \hline
* value & meaning \\ \hline
* 0 & nonsymmetric and/or indefinite problem, and nonsymmetric preconditioner\\
* 1 & SPD problem, and SPD (factored) preconditioner \\
* 2 & nonsymmetric, definite problem, and SPD (factored) preconditioner \\