![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
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"
Go to the source code of this file.
Classes | |
class | LatticeGraph::Node |
Namespaces | |
LatticeGraph | |
Allow vortex to be treated as node in a graph.
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.