#include <MOR_SubstractingSnapshotPreprocessor.hpp>


Public Member Functions | |
| SubstractingSnapshotPreprocessor (const Teuchos::RCP< const Epetra_Vector > &origin_in) | |
| 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< Epetra_MultiVector > | modifiedSnapshots_ |
| Teuchos::RCP< const Epetra_Vector > | origin_ |
Definition at line 14 of file MOR_SubstractingSnapshotPreprocessor.hpp.
| MOR::SubstractingSnapshotPreprocessor::SubstractingSnapshotPreprocessor | ( | const Teuchos::RCP< const Epetra_Vector > & | origin_in | ) | [explicit] |
Definition at line 13 of file MOR_SubstractingSnapshotPreprocessor.cpp.
| Teuchos::RCP< const Epetra_MultiVector > MOR::SubstractingSnapshotPreprocessor::modifiedSnapshotSet | ( | ) | const [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 20 of file MOR_SubstractingSnapshotPreprocessor.cpp.
| Teuchos::RCP< const Epetra_Vector > MOR::SubstractingSnapshotPreprocessor::origin | ( | ) | const [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 26 of file MOR_SubstractingSnapshotPreprocessor.cpp.
| void MOR::SubstractingSnapshotPreprocessor::rawSnapshotSetIs | ( | const Teuchos::RCP< Epetra_MultiVector > & | rs | ) | [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 32 of file MOR_SubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP<Epetra_MultiVector> MOR::SubstractingSnapshotPreprocessor::modifiedSnapshots_ [private] |
Definition at line 24 of file MOR_SubstractingSnapshotPreprocessor.hpp.
Teuchos::RCP<const Epetra_Vector> MOR::SubstractingSnapshotPreprocessor::origin_ [private] |
Definition at line 25 of file MOR_SubstractingSnapshotPreprocessor.hpp.
1.7.1