|
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 87 of file BelosBiCGStabIter.hpp.
|
inline |
Definition at line 103 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::R |
The current residual.
Definition at line 90 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::Rhat |
The initial residual.
Definition at line 93 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::P |
The first decent direction vector.
Definition at line 96 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::V |
A * M * the first decent direction vector.
Definition at line 99 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::rho_old |
Definition at line 101 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::alpha |
Definition at line 101 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::omega |
Definition at line 101 of file BelosBiCGStabIter.hpp.
1.8.14