![]() |
A parallel C++ Library for Simulations in the Heisenberg Model
|
This is the complete list of members for HB::Grid< T >, including all inherited members.
| calcNeighbourTable() | HB::Grid< T > | |
| coldStart() | HB::Grid< T > | |
| getDim() const | HB::Grid< T > | inline |
| getGridData() const | HB::Grid< T > | inline |
| getGridSize() const | HB::Grid< T > | inline |
| getNeighbours(const dim3 index) const | HB::Grid< T > | inline |
| getNeighbourTable() const | HB::Grid< T > | inline |
| getSpin(const dim3 index) const | HB::Grid< T > | inline |
| Grid()=default | HB::Grid< T > | |
| Grid(const short int spatialDimensions, const dim3 gridSize) | HB::Grid< T > | inline |
| hotStart() | HB::Grid< T > | |
| mDim | HB::Grid< T > | private |
| mGridData | HB::Grid< T > | private |
| mGridSize | HB::Grid< T > | private |
| mNeighbourTable | HB::Grid< T > | private |
| saveGrid(const std::string path) | HB::Grid< T > | |
| setDim(const short int dim) | HB::Grid< T > | inline |
| setGridData(const thrust::host_vector< T > &gridData) | HB::Grid< T > | inline |
| setGridSize(const dim3 gridSize) | HB::Grid< T > | inline |
| setNeighbourTable(const thrust::host_vector< NB > &neighbourTable) | HB::Grid< T > | inline |
| setSpin(const dim3 index, const T spin) | HB::Grid< T > | inline |