SPH
|
#include <SymmetricSolver.h>
Public Attributes | |
DerivativeHolder | derivatives |
Holds all derivatives this thread computes. More... | |
Array< NeighbourRecord > | neighs |
Cached array of neighbours, to avoid allocation every step. More... | |
Array< Size > | idxs |
Indices of real neighbours. More... | |
Array< Vector > | grads |
Cached array of gradients. More... | |
Definition at line 33 of file SymmetricSolver.h.
DerivativeHolder SymmetricSolver< Dim >::ThreadData::derivatives |
Holds all derivatives this thread computes.
Definition at line 35 of file SymmetricSolver.h.
Array<Vector> SymmetricSolver< Dim >::ThreadData::grads |
Cached array of gradients.
Definition at line 44 of file SymmetricSolver.h.
Array<Size> SymmetricSolver< Dim >::ThreadData::idxs |
Indices of real neighbours.
Definition at line 41 of file SymmetricSolver.h.
Array<NeighbourRecord> SymmetricSolver< Dim >::ThreadData::neighs |
Cached array of neighbours, to avoid allocation every step.
Definition at line 38 of file SymmetricSolver.h.