75 problem.
setName(
"CombinedFiles");
79 problem.
setName(
"SeparateFiles");
@ MULTIPLE_FILES_PADDED
each time-step will be written into/read from separate files numbered consecutively,...
@ NO_FILE
file will not be created/read
@ ONE_FILE
all data will be written into/ read from a single file called name_
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
void setFileType(FileType fileType)
Sets File::fileType_ for all files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:459
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: SeparateFilesUnitTest.cpp:31