![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
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>
Go to the source code of this file.
Classes | |
class | Vtx::Vortex |
class | Vtx::VtxList |
Namespaces | |
Vtx | |
Class for keeping track of vortices. Implementation TBC.
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.