SPH
Public Attributes | List of all members
SymmetricSolver< Dim >::ThreadData Struct Reference

#include <SymmetricSolver.h>

Public Attributes

DerivativeHolder derivatives
 Holds all derivatives this thread computes. More...
 
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

template<Size Dim>
struct SymmetricSolver< Dim >::ThreadData

Definition at line 33 of file SymmetricSolver.h.

Member Data Documentation

◆ derivatives

template<Size Dim>
DerivativeHolder SymmetricSolver< Dim >::ThreadData::derivatives

Holds all derivatives this thread computes.

Definition at line 35 of file SymmetricSolver.h.

◆ grads

template<Size Dim>
Array<Vector> SymmetricSolver< Dim >::ThreadData::grads

Cached array of gradients.

Definition at line 44 of file SymmetricSolver.h.

◆ idxs

template<Size Dim>
Array<Size> SymmetricSolver< Dim >::ThreadData::idxs

Indices of real neighbours.

Definition at line 41 of file SymmetricSolver.h.

◆ neighs

template<Size Dim>
Array<NeighbourRecord> SymmetricSolver< Dim >::ThreadData::neighs

Cached array of neighbours, to avoid allocation every step.

Definition at line 38 of file SymmetricSolver.h.


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