Inherits FileWriterBase.
|
|
| BackupWriter (std::string const &name, std::shared_ptr< SystemVector > systemVector) |
| | Constructor.
|
| |
|
void | write (AdaptInfo &adaptInfo, bool force) override |
| | Implements FileWriterBase::write.
|
| |
|
| FileWriterBase (std::string const &base) |
| | Constructor. Reads common parameters.
|
| |
|
bool | doWrite (AdaptInfo &adaptInfo) const |
| | Return whether to write the current timestep or not.
|
| |
|
std::string const & | filename () const |
| |
|
std::string const & | dir () const |
| |
|
std::string const & | name () const |
| |
|
virtual | ~FileWriterInterface ()=default |
| | Virtual destructor.
|
| |
|
|
std::string | filename_ = "solution" |
| | Base part of output filename.
|
| |
|
std::string | dir_ = "." |
| | Output directory.
|
| |
|
std::string | name_ = "solution" |
| | Name of the data.
|
| |
|
int | tsModulo_ = 0 |
| | Write every i'th timestep.
|
| |
|
double | timeModulo_ = 0.0 |
| | Write after every time interval.
|
| |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/amdis-test/checkouts/develop/amdis/io/BackupWriter.hpp