SPH
|
#include <AsymmetricSolver.h>
Public Attributes | |
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 110 of file AsymmetricSolver.h.
Cached array of gradients.
Definition at line 118 of file AsymmetricSolver.h.
Indices of real neighbours.
Definition at line 115 of file AsymmetricSolver.h.
Array<NeighbourRecord> AsymmetricSolver::ThreadData::neighs |
Cached array of neighbours, to avoid allocation every step.
Definition at line 112 of file AsymmetricSolver.h.