|
Flow123d
|
#include <solve.h>

Public Member Functions | |
| int | some_func () |
Public Attributes | |
| SolverType | type |
| type of the solver More... | |
| char * | name |
| Name of the solver. More... | |
| char * | executable |
| full path to the external solver executable file More... | |
| struct LinSys * | LinSys |
| System to solve. More... | |
| char | external |
| run an external progam as a solver More... | |
| char | manual_run |
| Run solver manualy ? More... | |
| char | use_ctrl_file |
| User provided control file ? More... | |
| const char * | ctrl_file |
| Name of control file. More... | |
| string | params |
| Solver's comamnd line parameters. More... | |
| char | keep_files |
| Keep or remove solver files? More... | |
| int | use_last_sol |
| Use last known solution? (should be in water module) More... | |
| int | max_it |
| solver parameters More... | |
| double | r_tol |
| Relative tolerance. More... | |
| double | a_tol |
| Absolute tolerance. More... | |
| ISOL_params * | isol_params |
| optional ISOL parameters More... | |
Static Public Attributes | |
| static Input::Type::AbstractRecord | input_type |
| static Input::Type::Record | input_type_petsc |
| static Input::Type::Record | input_type_bddc |
| int Solver::some_func | ( | ) |
| char* Solver::executable |
|
static |
|
static |
|
static |
| ISOL_params* Solver::isol_params |
| int Solver::max_it |
| SolverType Solver::type |
| int Solver::use_last_sol |
1.8.4