|
Belos
Version of the Day
|
Structure to contain pointers to BiCGStabIteration state variables. More...
#include <BelosBiCGStabIter.hpp>
Public Member Functions | |
| BiCGStabIterationState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | R |
| The current residual. More... | |
| Teuchos::RCP< const MV > | Rhat |
| The initial residual. More... | |
| Teuchos::RCP< const MV > | P |
| The first decent direction vector. More... | |
| Teuchos::RCP< const MV > | V |
| A * M * the first decent direction vector. More... | |
| std::vector< ScalarType > | rho_old |
| std::vector< ScalarType > | alpha |
| std::vector< ScalarType > | omega |
Structure to contain pointers to BiCGStabIteration state variables.
This struct is utilized by BiCGStabIteration::initialize() and BiCGStabIteration::getState().
Definition at line 55 of file BelosBiCGStabIter.hpp.
|
inline |
Definition at line 71 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::R |
The current residual.
Definition at line 58 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::Rhat |
The initial residual.
Definition at line 61 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::P |
The first decent direction vector.
Definition at line 64 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::V |
A * M * the first decent direction vector.
Definition at line 67 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::rho_old |
Definition at line 69 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::alpha |
Definition at line 69 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::omega |
Definition at line 69 of file BelosBiCGStabIter.hpp.
1.8.5