![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
Class for treating vortices as a graph. More...
#include <cstdlib>
#include <cmath>
#include <vector>
#include "node.h"
#include "edge.h"
#include "tracker.h"
Go to the source code of this file.
Classes | |
class | LatticeGraph::Lattice |
Namespaces | |
LatticeGraph | |
Class for treating vortices as a graph.
Vortices are passed in as nodes, with edges created between them for generating graphs. Edges and nodes can be created as necessary. An adjacency matrix can also be output, with Mathematica input syntax in mind.
Definition in file lattice.h.