Public Member Functions | Private Member Functions | Private Attributes

MOR::SnapshotCollectionObserver Class Reference

#include <MOR_SnapshotCollectionObserver.hpp>

Collaboration diagram for MOR::SnapshotCollectionObserver:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

Definition at line 19 of file MOR_SnapshotCollectionObserver.hpp.


Constructor & Destructor Documentation

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]

Member Function Documentation

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]

Member Data Documentation

Definition at line 30 of file MOR_SnapshotCollectionObserver.hpp.


The documentation for this class was generated from the following files: