|
ROL
|
#include <ROL_BiCGSTAB.hpp>
Public Member Functions | |
| BiCGSTAB (Real absTol=1.e-4, Real relTol=1.e-2, unsigned maxit=100, bool useInexact=false) | |
| BiCGSTAB (ParameterList &parlist, bool useInexact=false) | |
| Real | run (Vector< Real > &x, LinearOperator< Real > &A, const Vector< Real > &b, LinearOperator< Real > &M, int &iter, int &flag) |
| Public Member Functions inherited from ROL::Krylov< Real > | |
| virtual | ~Krylov (void) |
| Krylov (Real absTol=1.e-4, Real relTol=1.e-2, unsigned maxit=100) | |
| Krylov (ROL::ParameterList &parlist) | |
| void | resetAbsoluteTolerance (const Real absTol) |
| void | resetRelativeTolerance (const Real relTol) |
| void | resetMaximumIteration (const unsigned maxit) |
| Real | getAbsoluteTolerance (void) const |
| Real | getRelativeTolerance (void) const |
| unsigned | getMaximumIteration (void) const |
Private Attributes | |
| bool | isInitialized_ |
| const bool | useInexact_ |
| Ptr< Vector< Real > > | r_ |
| Ptr< Vector< Real > > | r1_ |
| Ptr< Vector< Real > > | p_ |
| Ptr< Vector< Real > > | v_ |
| Ptr< Vector< Real > > | s_ |
| Ptr< Vector< Real > > | t_ |
| Ptr< Vector< Real > > | h_ |
| Ptr< Vector< Real > > | y_ |
| Ptr< Vector< Real > > | z_ |
Definition at line 57 of file ROL_BiCGSTAB.hpp.
|
inline |
Definition at line 64 of file ROL_BiCGSTAB.hpp.
References isInitialized_, ROL::Krylov< Real >::Krylov(), and useInexact_.
|
inline |
Definition at line 67 of file ROL_BiCGSTAB.hpp.
References isInitialized_, ROL::Krylov< Real >::Krylov(), and useInexact_.
|
inlinevirtual |
Implements ROL::Krylov< Real >.
Definition at line 70 of file ROL_BiCGSTAB.hpp.
References ROL::LinearOperator< Real >::apply(), ROL::LinearOperator< Real >::applyInverse(), ROL::Vector< Real >::axpy(), ROL::Vector< Real >::clone(), ROL::Krylov< Real >::getAbsoluteTolerance(), ROL::Krylov< Real >::getMaximumIteration(), ROL::Krylov< Real >::getRelativeTolerance(), h_, isInitialized_, ROL::Vector< Real >::norm(), p_, r1_, r_, ROL::ROL_EPSILON(), s_, ROL::Vector< Real >::set(), t_, useInexact_, v_, y_, z_, and ROL::Vector< Real >::zero().
|
private |
Definition at line 59 of file ROL_BiCGSTAB.hpp.
Referenced by BiCGSTAB(), BiCGSTAB(), and run().
|
private |
Definition at line 60 of file ROL_BiCGSTAB.hpp.
Referenced by BiCGSTAB(), BiCGSTAB(), and run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().
|
private |
Definition at line 61 of file ROL_BiCGSTAB.hpp.
Referenced by run().