SPH
|
#include <Output.h>
Public Member Functions | |
CompressedOutput (const OutputFile &fileMask, const CompressionEnum compression, const RunTypeEnum runTypeId=RunTypeEnum::SPH) | |
virtual Expected< Path > | dump (const Storage &storage, const Statistics &stats) override |
Saves data from particle storage into the file. More... | |
![]() | |
IOutput (const OutputFile &fileMask) | |
Constructs output given the file name of the output. More... | |
![]() | |
virtual | ~Polymorphic () |
Additional Inherited Members | |
![]() | |
OutputFile | paths |
|
explicit |
Definition at line 846 of file Output.cpp.
|
overridevirtual |
Saves data from particle storage into the file.
Returns the filename of the dump, generated from file mask given in constructor, or an error message in case writing the output file failed.
Implements IOutput.
Definition at line 933 of file Output.cpp.