|
MFEM v2.0
|

Go to the source code of this file.
Functions | |
| int | BiCGSTAB (const Operator &A, Vector &x, const Vector &b, const Operator &M, int &max_iter, double &tol, double atol, int printit) |
| A BiCG-Stab solver. | |
| int BiCGSTAB | ( | const Operator & | A, |
| Vector & | x, | ||
| const Vector & | b, | ||
| const Operator & | M, | ||
| int & | max_iter, | ||
| double & | tol, | ||
| double | atol, | ||
| int | printit | ||
| ) |
A BiCG-Stab solver.
Definition at line 39 of file bicgstab.cpp.
References Vector::Add(), add(), Operator::Mult(), Operator::Size(), and subtract().
1.7.4