
#include <topology.h>


Public Member Functions | |
| LBTopo_torus2d (int p) | |
| virtual int | max_neighbors () |
| virtual void | neighbors (int mype, int *_n, int &nb) |
| virtual int | get_hop_count (int src, int dest) |
Private Member Functions | |
| int | goodcoor (int, int) |
Private Attributes | |
| int | width |
Definition at line 48 of file topology.h.
int LBTopo_torus2d::width [private] |
Definition at line 50 of file topology.h.
Referenced by get_hop_count(), goodcoor(), LBTOPO_MACRO(), and neighbors().
1.5.5