GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
node.h File Reference

Allow vortex to be treated as node in a graph. More...

#include <cstdlib>
#include <cmath>
#include <memory>
#include <vector>
#include "edge.h"
#include "tracker.h"
Include dependency graph for node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LatticeGraph::Node
 

Namespaces

 LatticeGraph
 

Detailed Description

Allow vortex to be treated as node in a graph.

Author
Lee J. O'Riordan (mlxd)
Date
12/11/2015
Version
0.1

DESCRIPTION

As part of the lattice graph generation, this class allows a vortex to be treated as a node. Edges can be created or destroyed, connected nodes can be returned, UID can be determined.

Definition in file node.h.