RBGen
Version of the Day
|
Specialization for Preprocessor using Epetra_MultiVector. More...
#include <RBGen_MSPreprocessor.h>
Public Member Functions | |
Constructor/Destructor. | |
MSPreprocessor () | |
Default constructor. More... | |
virtual | ~MSPreprocessor () |
Destructor. More... | |
Initialization/Reset Methods | |
void | Initialize (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< FileIOHandler< Epetra_MultiVector > > &fileio=Teuchos::null) |
Initialize preprocessor. More... | |
void | Reset () |
Reset preprocessor. More... | |
Preprocess Methods | |
void | Preprocess (Teuchos::RCP< Epetra_MultiVector > &ss) |
Preprocess the snapshot set passed in. More... | |
Return Methods | |
Teuchos::RCP< Epetra_MultiVector > | getMSVector () const |
Return the multivector used to modify the snapshot set. More... | |
Status Methods | |
bool | isInitialized () const |
Return initialized status of the preprocessor. More... | |
Public Member Functions inherited from RBGen::Preprocessor< Epetra_MultiVector > | |
Preprocessor () | |
Default constructor. More... | |
virtual | ~Preprocessor () |
Destructor. More... | |
Specialization for Preprocessor using Epetra_MultiVector.
Definition at line 14 of file RBGen_MSPreprocessor.h.
RBGen::MSPreprocessor::MSPreprocessor | ( | ) |
Default constructor.
Definition at line 8 of file RBGen_MSPreprocessor.cpp.
|
inlinevirtual |
Destructor.
Definition at line 24 of file RBGen_MSPreprocessor.h.
|
virtual |
Initialize preprocessor.
Implements RBGen::Preprocessor< Epetra_MultiVector >.
Definition at line 17 of file RBGen_MSPreprocessor.cpp.
|
inlinevirtual |
Reset preprocessor.
Implements RBGen::Preprocessor< Epetra_MultiVector >.
Definition at line 34 of file RBGen_MSPreprocessor.h.
|
virtual |
Preprocess the snapshot set passed in.
Implements RBGen::Preprocessor< Epetra_MultiVector >.
Definition at line 87 of file RBGen_MSPreprocessor.cpp.
|
inline |
Return the multivector used to modify the snapshot set.
Definition at line 48 of file RBGen_MSPreprocessor.h.
|
inlinevirtual |
Return initialized status of the preprocessor.
Implements RBGen::Preprocessor< Epetra_MultiVector >.
Definition at line 54 of file RBGen_MSPreprocessor.h.