1 #ifndef EPETRA_CRSMATRIX_FILE_IO_HANDLER_H
2 #define EPETRA_CRSMATRIX_FILE_IO_HANDLER_H
5 #include "RBGen_FileIOHandler.hpp"
32 void Reset() { isInit =
false; };
65 std::string in_path, out_path;
74 #endif // EPETRA_CRSMATRIX_FILE_IO_HANDLER_H
void Initialize(const Teuchos::RCP< Teuchos::ParameterList > ¶ms)
Initialize file reader using.
virtual ~EpetraCrsMatrixFileIOHandler()
Destructor.
FileIOHandler for reading EpetraCrsMatrix data from a file using EpetraExt.
void Write(const Teuchos::RCP< const Epetra_Operator > &MTX, const std::string &filename)
Method for writing one Epetra_CrsMatrix into a file using the same type as was.
bool isInitialized() const
Return initialized status of the handler.
EpetraCrsMatrixFileIOHandler()
Default constructor.
Abstract base class for reading datasets from files.
Teuchos::RCP< Epetra_Operator > Read(const std::vector< std::string > &filenames)
Method for reading a file and constructing an Epetra_CrsMatrix.