SPH
Public Attributes | List of all members
ParticleData Struct Reference

#include <Job.h>

Public Attributes

Storage storage
 Holds all particle positions and other quantities. More...
 
Statistics stats
 Final statistics of the simulation. More...
 
RunSettings overrides = EMPTY_SETTINGS
 Overrides associated with the particle state. More...
 

Detailed Description

Definition at line 33 of file Job.h.

Member Data Documentation

◆ overrides

RunSettings ParticleData::overrides = EMPTY_SETTINGS

Overrides associated with the particle state.

This is mainly used to specify initial time for simulations resumed from saved state.

Definition at line 43 of file Job.h.

◆ stats

Statistics ParticleData::stats

Final statistics of the simulation.

Definition at line 38 of file Job.h.

◆ storage

Storage ParticleData::storage

Holds all particle positions and other quantities.

Definition at line 35 of file Job.h.


The documentation for this struct was generated from the following file: