Anasazi
Version of the Day
|
Basic adapter class for Anasazi::Operator that uses Epetra_Operator. More...
#include <AnasaziEpetraAdapter.hpp>
Public Member Functions | |
Constructor/Destructor | |
EpetraOp (const Teuchos::RCP< Epetra_Operator > &Op) | |
Basic constructor. Accepts reference-counted pointer to an Epetra_Operator. More... | |
~EpetraOp () | |
Destructor. More... | |
Operator application method | |
void | Apply (const MultiVec< double > &X, MultiVec< double > &Y) const |
This method takes the Anasazi::MultiVec X and applies the operator to it resulting in the Anasazi::MultiVec Y . More... | |
Public Member Functions inherited from Anasazi::Operator< double > | |
Operator () | |
Default constructor. More... | |
virtual | ~Operator () |
Destructor. More... | |
Basic adapter class for Anasazi::Operator that uses Epetra_Operator.
Definition at line 342 of file AnasaziEpetraAdapter.hpp.
Anasazi::EpetraOp::EpetraOp | ( | const Teuchos::RCP< Epetra_Operator > & | Op | ) |
Basic constructor. Accepts reference-counted pointer to an Epetra_Operator.
Definition at line 269 of file AnasaziEpetraAdapter.cpp.
Anasazi::EpetraOp::~EpetraOp | ( | ) |
Destructor.
Definition at line 274 of file AnasaziEpetraAdapter.cpp.
|
virtual |
This method takes the Anasazi::MultiVec X
and applies the operator to it resulting in the Anasazi::MultiVec Y
.
Implements Anasazi::Operator< double >.
Definition at line 280 of file AnasaziEpetraAdapter.cpp.