SPH
|
Buffer storing quantity values accumulated by summing over particle pairs. More...
#include "common/ForwardDecl.h"
#include "objects/containers/Array.h"
#include "objects/geometry/TracelessTensor.h"
#include "objects/wrappers/Variant.h"
#include "quantities/QuantityIds.h"
Go to the source code of this file.
Classes | |
class | Accumulated |
Storage for accumulating derivatives. More... | |
Enumerations | |
enum class | BufferSource { UNIQUE , SHARED } |
Buffer storing quantity values accumulated by summing over particle pairs.
Definition in file Accumulated.h.
|
strong |
Enumerator | |
---|---|
UNIQUE | Only a single derivative accumulates to this buffer. |
SHARED | Multiple derivatives may accumulate into the buffer. |
Definition at line 18 of file Accumulated.h.