#include <MOR_SnapshotCollectionObserver.hpp>

Public Member Functions | |
| SnapshotCollectionObserver (int period, const Teuchos::RCP< MultiVectorOutputFile > &snapshotFile) | |
| virtual void | observeSolution (const Epetra_Vector &solution) |
| virtual void | observeSolution (const Epetra_Vector &solution, double time_or_param_val) |
Private Member Functions | |
| SnapshotCollectionObserver (const SnapshotCollectionObserver &) | |
| SnapshotCollectionObserver | operator= (const SnapshotCollectionObserver &) |
Private Attributes | |
| SnapshotCollection | snapshotCollector_ |
Definition at line 19 of file MOR_SnapshotCollectionObserver.hpp.
| MOR::SnapshotCollectionObserver::SnapshotCollectionObserver | ( | int | period, | |
| const Teuchos::RCP< MultiVectorOutputFile > & | snapshotFile | |||
| ) |
Definition at line 10 of file MOR_SnapshotCollectionObserver.cpp.
| MOR::SnapshotCollectionObserver::SnapshotCollectionObserver | ( | const SnapshotCollectionObserver & | ) | [private] |
| void MOR::SnapshotCollectionObserver::observeSolution | ( | const Epetra_Vector & | solution | ) | [virtual] |
Definition at line 18 of file MOR_SnapshotCollectionObserver.cpp.
| void MOR::SnapshotCollectionObserver::observeSolution | ( | const Epetra_Vector & | solution, | |
| double | time_or_param_val | |||
| ) | [virtual] |
Definition at line 23 of file MOR_SnapshotCollectionObserver.cpp.
| SnapshotCollectionObserver MOR::SnapshotCollectionObserver::operator= | ( | const SnapshotCollectionObserver & | ) | [private] |
Definition at line 30 of file MOR_SnapshotCollectionObserver.hpp.
1.7.1