Public Member Functions | Private Member Functions | Private Attributes

MOR::GeneralizedCoordinatesOutput Class Reference

#include <MOR_GeneralizedCoordinatesOutput.hpp>

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

List of all members.

Public Member Functions

 GeneralizedCoordinatesOutput (const std::string &filename, const std::string &stampsFilename)
int vectorCount () const
void vectorAdd (const Epetra_Vector &v)
void stampedVectorAdd (double stamp, const Epetra_Vector &v)
 ~GeneralizedCoordinatesOutput ()

Private Member Functions

 GeneralizedCoordinatesOutput (const GeneralizedCoordinatesOutput &)
GeneralizedCoordinatesOutputoperator= (const GeneralizedCoordinatesOutput &)

Private Attributes

std::string filename_
std::string stampsFilename_
std::deque< Epetra_Vector > projectionComponents_
Teuchos::Array< double > stamps_

Detailed Description

Definition at line 19 of file MOR_GeneralizedCoordinatesOutput.hpp.


Constructor & Destructor Documentation

MOR::GeneralizedCoordinatesOutput::GeneralizedCoordinatesOutput ( const std::string &  filename,
const std::string &  stampsFilename 
)

Definition at line 16 of file MOR_GeneralizedCoordinatesOutput.cpp.

MOR::GeneralizedCoordinatesOutput::~GeneralizedCoordinatesOutput (  ) 

Definition at line 45 of file MOR_GeneralizedCoordinatesOutput.cpp.

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

Member Function Documentation

int MOR::GeneralizedCoordinatesOutput::vectorCount (  )  const

Definition at line 26 of file MOR_GeneralizedCoordinatesOutput.cpp.

void MOR::GeneralizedCoordinatesOutput::vectorAdd ( const Epetra_Vector &  v  ) 

Definition at line 32 of file MOR_GeneralizedCoordinatesOutput.cpp.

void MOR::GeneralizedCoordinatesOutput::stampedVectorAdd ( double  stamp,
const Epetra_Vector &  v 
)

Definition at line 39 of file MOR_GeneralizedCoordinatesOutput.cpp.

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

Member Data Documentation

Definition at line 30 of file MOR_GeneralizedCoordinatesOutput.hpp.

Definition at line 31 of file MOR_GeneralizedCoordinatesOutput.hpp.

std::deque<Epetra_Vector> MOR::GeneralizedCoordinatesOutput::projectionComponents_ [private]

Definition at line 33 of file MOR_GeneralizedCoordinatesOutput.hpp.

Teuchos::Array<double> MOR::GeneralizedCoordinatesOutput::stamps_ [private]

Definition at line 34 of file MOR_GeneralizedCoordinatesOutput.hpp.


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