#include <MOR_FirstVectorSubstractingSnapshotPreprocessor.hpp>
Public Member Functions | |
FirstVectorSubstractingSnapshotPreprocessor () | |
virtual Teuchos::RCP< const Epetra_MultiVector > | modifiedSnapshotSet () const |
virtual Teuchos::RCP< const Epetra_Vector > | origin () const |
virtual void | rawSnapshotSetIs (const Teuchos::RCP< Epetra_MultiVector > &) |
Private Attributes | |
Teuchos::RCP< const Epetra_MultiVector > | modifiedSnapshots_ |
Teuchos::RCP< const Epetra_Vector > | origin_ |
Definition at line 14 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.hpp.
MOR::FirstVectorSubstractingSnapshotPreprocessor::FirstVectorSubstractingSnapshotPreprocessor | ( | ) |
Definition at line 10 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP< const Epetra_MultiVector > MOR::FirstVectorSubstractingSnapshotPreprocessor::modifiedSnapshotSet | ( | ) | const [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 16 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP< const Epetra_Vector > MOR::FirstVectorSubstractingSnapshotPreprocessor::origin | ( | ) | const [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 22 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.cpp.
void MOR::FirstVectorSubstractingSnapshotPreprocessor::rawSnapshotSetIs | ( | const Teuchos::RCP< Epetra_MultiVector > & | rs | ) | [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 28 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP<const Epetra_MultiVector> MOR::FirstVectorSubstractingSnapshotPreprocessor::modifiedSnapshots_ [private] |
Definition at line 24 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.hpp.
Teuchos::RCP<const Epetra_Vector> MOR::FirstVectorSubstractingSnapshotPreprocessor::origin_ [private] |
Definition at line 25 of file MOR_FirstVectorSubstractingSnapshotPreprocessor.hpp.