SPH
Public Attributes | List of all members
AsymmetricSolver::ThreadData Struct Reference

#include <AsymmetricSolver.h>

Public Attributes

Array< NeighbourRecordneighs
 Cached array of neighbours, to avoid allocation every step. More...
 
Array< Sizeidxs
 Indices of real neighbours. More...
 
Array< Vectorgrads
 Cached array of gradients. More...
 

Detailed Description

Definition at line 110 of file AsymmetricSolver.h.

Member Data Documentation

◆ grads

Array<Vector> AsymmetricSolver::ThreadData::grads

Cached array of gradients.

Definition at line 118 of file AsymmetricSolver.h.

◆ idxs

Array<Size> AsymmetricSolver::ThreadData::idxs

Indices of real neighbours.

Definition at line 115 of file AsymmetricSolver.h.

◆ neighs

Array<NeighbourRecord> AsymmetricSolver::ThreadData::neighs

Cached array of neighbours, to avoid allocation every step.

Definition at line 112 of file AsymmetricSolver.h.


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