Skip to content

Struct TempLat::BlockGeometryDim

ClassList > TempLat > BlockGeometryDim

What one rank contributes to one dataset dimension. More...

  • #include <blockgeometry.h>

Public Attributes

Type Name
device::Idx count = 0
number of samples this rank writes along this dimension
device::Idx first = 0
first global lattice coordinate this rank writes
device::Idx offset = 0
index of first inside the dataset

Detailed Description

The dataset stores the sampled coordinates ini, ini+step, ini+2*step, ... at consecutive indices 0, 1, 2, ...; this rank owns the contiguous index run [offset, offset+count), whose first element is the global lattice coordinate first.

Public Attributes Documentation

variable count

number of samples this rank writes along this dimension

device::Idx TempLat::BlockGeometryDim::count;


variable first

first global lattice coordinate this rank writes

device::Idx TempLat::BlockGeometryDim::first;


variable offset

index of first inside the dataset

device::Idx TempLat::BlockGeometryDim::offset;



The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/IO/HDF5/helpers/blockgeometry.h