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

Class for keeping track of vortices. Implementation TBC. More...

#include <memory>
#include <vector>
#include <cuda.h>
#include <cuda_runtime.h>
#include <limits>
#include <cmath>
#include <iostream>
#include <algorithm>
#include <set>
#include <utility>
Include dependency graph for vort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vtx::Vortex
 
class  Vtx::VtxList
 

Namespaces

 Vtx
 

Detailed Description

Class for keeping track of vortices. Implementation TBC.

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

DESCRIPTION

Each vortex is treated as a struct of position, winding, and least-squares calculated positions. UID, intervortex separations, and lifetime can be tracked and maintained.

Definition in file vort.h.