SPH
|
Input for pkdgrav output files (ss.xxxxx.bt). More...
#include <Output.h>
Public Member Functions | |
virtual Outcome | load (const Path &path, Storage &storage, Statistics &stats) override |
Loads data from the file into the storage. More... | |
![]() | |
virtual | ~Polymorphic () |
Input for pkdgrav output files (ss.xxxxx.bt).
Mainly indended for analysis of the result, creating histograms, etc. Cannot be used to continue a simulation.
|
overridevirtual |
Loads data from the file into the storage.
This will remove any data previously stored in storage. Function can also load additional run statistics, such as time of the snapshot, and save it to provided stats value.
Implements IInput.
Definition at line 1391 of file Output.cpp.