Input/Output

SmoothedParticles.import_particles!Method
import_particles!(sys::ParticleSystem, path::String, particle_constructor::Function)

Imports particles from a vtk file in 'path' using 'constructor' and add them to sys.

source
SmoothedParticles.save_frame!Method
save_frame!(data::DataStorage, sys::ParticleSystem, vars::DataField...)

Inserts one time frame into a DataStorage that includes all vars... as fields.

source