Struct that holds linear solver parameters.
More...
#include <linear_solve_parameters.h>
|
| void | validate () |
| | Postprocess and validate parameters.
|
| |
| void | print_parameter_summary () const |
| | Print parameters to summary.log.
|
| |
| void | declare_parameters (dealii::ParameterHandler ¶meter_handler, unsigned int max_criteria=5) const |
| | Declare the parameters to be read from an input file.
|
| |
| void | assign_parameters (dealii::ParameterHandler ¶meter_handler, unsigned int max_criteria=5) |
| | Assign the parameters read from an input file to this object.
|
| |
Struct that holds linear solver parameters.
◆ assign_parameters()
| void LinearSolveParameters::assign_parameters |
( |
dealii::ParameterHandler & | parameter_handler, |
|
|
unsigned int | max_criteria = 5 ) |
|
inline |
Assign the parameters read from an input file to this object.
◆ declare_parameters()
| void LinearSolveParameters::declare_parameters |
( |
dealii::ParameterHandler & | parameter_handler, |
|
|
unsigned int | max_criteria = 5 ) const |
|
inline |
Declare the parameters to be read from an input file.
◆ print_parameter_summary()
| void LinearSolveParameters::print_parameter_summary |
( |
| ) |
const |
|
inline |
Print parameters to summary.log.
◆ validate()
| void LinearSolveParameters::validate |
( |
| ) |
|
|
inline |
Postprocess and validate parameters.
◆ linear_solvers
The documentation for this struct was generated from the following file: