#include <MOR_GeneralizedCoordinatesOutput.hpp>

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 &) | |
| GeneralizedCoordinatesOutput & | operator= (const GeneralizedCoordinatesOutput &) |
Private Attributes | |
| std::string | filename_ |
| std::string | stampsFilename_ |
| std::deque< Epetra_Vector > | projectionComponents_ |
| Teuchos::Array< double > | stamps_ |
Definition at line 19 of file MOR_GeneralizedCoordinatesOutput.hpp.
| 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] |
| 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] |
std::string MOR::GeneralizedCoordinatesOutput::filename_ [private] |
Definition at line 30 of file MOR_GeneralizedCoordinatesOutput.hpp.
std::string MOR::GeneralizedCoordinatesOutput::stampsFilename_ [private] |
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.
1.7.1