![]() |
Reference documentation for deal.II version 8.5.1
|
#include <deal.II/lac/solver_cg.h>
Public Member Functions | |
| AdditionalData (const bool log_coefficients, const bool compute_condition_number=false, const bool compute_all_condition_numbers=false, const bool compute_eigenvalues=false) 1 | |
| AdditionalData () | |
Public Attributes | |
| bool | log_coefficients |
| bool | compute_condition_number |
| bool | compute_all_condition_numbers |
| bool | compute_eigenvalues |
Standardized data struct to pipe additional data to the solver.
Definition at line 110 of file solver_cg.h.
|
explicit |
Constructor. Initialize data fields. Confer the description of those.
| SolverCG< VectorType >::AdditionalData::AdditionalData | ( | ) |
Constructor. Initializes all data fields to false.
| bool SolverCG< VectorType >::AdditionalData::log_coefficients |
Write coefficients alpha and beta to the log file for later use in eigenvalue estimates.
Definition at line 116 of file solver_cg.h.
| bool SolverCG< VectorType >::AdditionalData::compute_condition_number |
Compute the condition number of the projected matrix.
Definition at line 123 of file solver_cg.h.
| bool SolverCG< VectorType >::AdditionalData::compute_all_condition_numbers |
Compute the condition number of the projected matrix in each step.
Definition at line 130 of file solver_cg.h.
| bool SolverCG< VectorType >::AdditionalData::compute_eigenvalues |
Compute all eigenvalues of the projected matrix.
Definition at line 137 of file solver_cg.h.
1.8.13