Public Member Functions | Private Member Functions | Private Attributes

MOR::SnapshotCollection Class Reference

#include <MOR_SnapshotCollection.hpp>

List of all members.

Public Member Functions

 SnapshotCollection (int period, const Teuchos::RCP< MultiVectorOutputFile > &snapshotFile)
 ~SnapshotCollection ()
void addVector (double stamp, const Epetra_Vector &value)

Private Member Functions

 SnapshotCollection (const SnapshotCollection &)
SnapshotCollectionoperator= (const SnapshotCollection &)

Private Attributes

int period_
Teuchos::RCP
< MultiVectorOutputFile
snapshotFile_
int skipCount_
std::deque< double > stamps_
std::deque< Epetra_Vector > snapshots_

Detailed Description

Definition at line 19 of file MOR_SnapshotCollection.hpp.


Constructor & Destructor Documentation

MOR::SnapshotCollection::SnapshotCollection ( int  period,
const Teuchos::RCP< MultiVectorOutputFile > &  snapshotFile 
)

Definition at line 16 of file MOR_SnapshotCollection.cpp.

MOR::SnapshotCollection::~SnapshotCollection (  ) 

Definition at line 30 of file MOR_SnapshotCollection.cpp.

MOR::SnapshotCollection::SnapshotCollection ( const SnapshotCollection  )  [private]

Member Function Documentation

void MOR::SnapshotCollection::addVector ( double  stamp,
const Epetra_Vector &  value 
)

Definition at line 47 of file MOR_SnapshotCollection.cpp.

SnapshotCollection& MOR::SnapshotCollection::operator= ( const SnapshotCollection  )  [private]

Member Data Documentation

Definition at line 29 of file MOR_SnapshotCollection.hpp.

Definition at line 30 of file MOR_SnapshotCollection.hpp.

Definition at line 32 of file MOR_SnapshotCollection.hpp.

std::deque<double> MOR::SnapshotCollection::stamps_ [private]

Definition at line 33 of file MOR_SnapshotCollection.hpp.

std::deque<Epetra_Vector> MOR::SnapshotCollection::snapshots_ [private]

Definition at line 34 of file MOR_SnapshotCollection.hpp.


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