#include <MOR_MeanSubstractingSnapshotPreprocessor.hpp>
Public Member Functions | |
MeanSubstractingSnapshotPreprocessor () | |
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_MeanSubstractingSnapshotPreprocessor.hpp.
MOR::MeanSubstractingSnapshotPreprocessor::MeanSubstractingSnapshotPreprocessor | ( | ) |
Definition at line 10 of file MOR_MeanSubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP< const Epetra_MultiVector > MOR::MeanSubstractingSnapshotPreprocessor::modifiedSnapshotSet | ( | ) | const [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 16 of file MOR_MeanSubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP< const Epetra_Vector > MOR::MeanSubstractingSnapshotPreprocessor::origin | ( | ) | const [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 22 of file MOR_MeanSubstractingSnapshotPreprocessor.cpp.
void MOR::MeanSubstractingSnapshotPreprocessor::rawSnapshotSetIs | ( | const Teuchos::RCP< Epetra_MultiVector > & | rs | ) | [virtual] |
Implements MOR::SnapshotPreprocessor.
Definition at line 28 of file MOR_MeanSubstractingSnapshotPreprocessor.cpp.
Teuchos::RCP<Epetra_MultiVector> MOR::MeanSubstractingSnapshotPreprocessor::modifiedSnapshots_ [private] |
Definition at line 24 of file MOR_MeanSubstractingSnapshotPreprocessor.hpp.
Teuchos::RCP<const Epetra_Vector> MOR::MeanSubstractingSnapshotPreprocessor::origin_ [private] |
Definition at line 25 of file MOR_MeanSubstractingSnapshotPreprocessor.hpp.