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

Class for treating vortices as a graph. More...

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

Go to the source code of this file.

Classes

class  LatticeGraph::Lattice
 

Namespaces

 LatticeGraph
 

Detailed Description

Class for treating vortices as a graph.

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

DESCRIPTION

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.