|  | INMOST
    Mathematical Modelling Toolkit | 
Go to the source code of this file.
| Classes | |
| class | INMOST::Solver | 
| class | INMOST::Solver::OrderInfo | 
| Base class for low level operations with objects of Solver class.  More... | |
| Namespaces | |
| INMOST | |
| Macros | |
| #define | DEFAULT_ADDITIVE_SCHWARTZ_OVERLAP 1 | 
| #define | DEFAULT_ABSOLUTE_TOLERANCE 1.0e-5 | 
| #define | DEFAULT_RELATIVE_TOLERANCE 1.0e-12 | 
| #define | DEFAULT_DIVERGENCE_TOLERANCE 1.0e+100 | 
| #define | DEFAULT_MAXIMUM_ITERATIONS 2500 | 
| #define | DEFAULT_SOLVER_GMRES_SUBSTEPS 2 | 
| #define | DEFAULT_PRECONDITIONER_DROP_TOLERANCE 0.005 | 
| #define | DEFAULT_PRECONDITIONER_REUSE_TOLERANCE 0.00005 | 
| #define | DEFAULT_PRECONDITIONER_FILL_LEVEL 3 | 
| #define | DEFAULT_PRECONDITIONER_DDPQ_TOLERANCE 0.75 | 
| #define | DEFAULT_PRECONDITIONER_REORDER_NONZEROS 1 | 
| #define | DEFAULT_PRECONDITIONER_RESCALE_ITERS 6 | 
| #define | DEFAULT_PRECONDITIONER_CONDITION_ESTIMATION 1 | 
| #define | DEFAULT_PRECONDITIONER_ADAPT_DDPQ_TOLERANCE 1 | 
| #define DEFAULT_ABSOLUTE_TOLERANCE 1.0e-5 | 
Definition at line 12 of file inmost_solver.h.
| #define DEFAULT_ADDITIVE_SCHWARTZ_OVERLAP 1 | 
Definition at line 11 of file inmost_solver.h.
| #define DEFAULT_DIVERGENCE_TOLERANCE 1.0e+100 | 
Definition at line 14 of file inmost_solver.h.
| #define DEFAULT_MAXIMUM_ITERATIONS 2500 | 
Definition at line 15 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_ADAPT_DDPQ_TOLERANCE 1 | 
Definition at line 24 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_CONDITION_ESTIMATION 1 | 
Definition at line 23 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_DDPQ_TOLERANCE 0.75 | 
Definition at line 20 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_DROP_TOLERANCE 0.005 | 
Definition at line 17 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_FILL_LEVEL 3 | 
Definition at line 19 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_REORDER_NONZEROS 1 | 
Definition at line 21 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_RESCALE_ITERS 6 | 
Definition at line 22 of file inmost_solver.h.
| #define DEFAULT_PRECONDITIONER_REUSE_TOLERANCE 0.00005 | 
Definition at line 18 of file inmost_solver.h.
| #define DEFAULT_RELATIVE_TOLERANCE 1.0e-12 | 
Definition at line 13 of file inmost_solver.h.
| #define DEFAULT_SOLVER_GMRES_SUBSTEPS 2 | 
Definition at line 16 of file inmost_solver.h.
 1.8.5
 1.8.5