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

Class for creating edges between adjacent vortices in graph. More...

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

Go to the source code of this file.

Classes

class  LatticeGraph::Edge
 

Namespaces

 LatticeGraph
 

Detailed Description

Class for creating edges between adjacent vortices in graph.

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

DESCRIPTION

This class is used as part of generating a graph from the positions of the vortices, given as pairs of coordinates. The edge can be set between any pair of vortices in the graph.

Definition in file edge.h.