PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::ParticleSystemHelper< TDataType > Class Template Reference

#include <ParticleSystemHelper.h>

Public Types

typedef TDataType::Real Real
 
typedef TDataType::Coord Coord
 

Static Public Member Functions

static void calculateMortonCode (DArray< OcKey > &morton, DArray< Coord > &pos, Real d)
 
static void reorderParticles (DArray< Coord > &pos, DArray< Coord > &vel, DArray< OcKey > &morton)
 

Detailed Description

template<typename TDataType>
class dyno::ParticleSystemHelper< TDataType >

Definition at line 27 of file ParticleSystemHelper.h.

Member Typedef Documentation

◆ Coord

template<typename TDataType>
typedef TDataType::Coord dyno::ParticleSystemHelper< TDataType >::Coord

Definition at line 31 of file ParticleSystemHelper.h.

◆ Real

template<typename TDataType>
typedef TDataType::Real dyno::ParticleSystemHelper< TDataType >::Real

Definition at line 30 of file ParticleSystemHelper.h.

Member Function Documentation

◆ calculateMortonCode()

template<typename TDataType>
static void dyno::ParticleSystemHelper< TDataType >::calculateMortonCode ( DArray< OcKey > & morton,
DArray< Coord > & pos,
Real d )
static
Here is the caller graph for this function:

◆ reorderParticles()

template<typename TDataType>
static void dyno::ParticleSystemHelper< TDataType >::reorderParticles ( DArray< Coord > & pos,
DArray< Coord > & vel,
DArray< OcKey > & morton )
static
Here is the caller graph for this function:

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