#include "tao_solver.h" int TaoApplication::GetLinearSolver(TaoMat *H, int flag, TaoLinearSolver **tksp)Collective on TAO_SOLVER
| H | - the operator to be used to solve | |
| flag | - indicates properties solver must have |
| 100 | - Solver for any square matrix | |
| 110 | - GMRES | |
| 200 | - Any symmetric matrix | |
| 210 | - MINRES | |
| 220 | - CG with Trust Region | |
| 300 | - Any symmetric positive definite | |
| 310 | - Conjugate Gradient |
Level:intermediate
Location:src/appobject/interface/taoappobject.c
TAO Solver Index
Table of Contents