![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
#include <stdio.h>

Go to the source code of this file.
Functions | |
| pos ** | find_skeletons (double *edges) |
| void | find_sobel (Grid &par) |
| void | find_sobel_2d (Grid &par) |
| void | transfer_sobel (Grid &par) |
| void | find_edges (Grid &par, double2 *wfc, double *edges) |
| void find_edges | ( | Grid & | par, |
| double2 * | wfc, | ||
| double * | edges | ||
| ) |
| pos** find_skeletons | ( | double * | edges | ) |
| void find_sobel | ( | Grid & | par | ) |
| void find_sobel_2d | ( | Grid & | par | ) |
| void transfer_sobel | ( | Grid & | par | ) |