Voro++
Data Fields
voro::particle_record Struct Reference

Structure for holding information about a particle. More...

#include <v_compute.hh>

Data Fields

int ijk
int l
int di
int dj
int dk

Detailed Description

This small structure holds information about a single particle, and is used by several of the routines in the voro_compute template for passing information by reference between functions.

Definition at line 30 of file v_compute.hh.


Field Documentation

The x-index of the block.

Definition at line 36 of file v_compute.hh.

The y-index of the block.

Definition at line 38 of file v_compute.hh.

The z-index of the block.

Definition at line 40 of file v_compute.hh.

The index of the block that the particle is within.

Definition at line 32 of file v_compute.hh.

The number of particle within its block.

Definition at line 34 of file v_compute.hh.


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