SPH
|
Simple text input file, having particle masses, positions and velocities on separate lines. More...
#include <Output.h>
Public Member Functions | |
TabInput () | |
~TabInput () | |
virtual Outcome | load (const Path &path, Storage &storage, Statistics &stats) override |
Loads data from the file into the storage. More... | |
![]() | |
virtual | ~Polymorphic () |
Simple text input file, having particle masses, positions and velocities on separate lines.
This format is commonly used by N-body simulations.
TabInput::TabInput | ( | ) |
Definition at line 1491 of file Output.cpp.
|
default |
|
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 1498 of file Output.cpp.