![]() |
GPUE
v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
|
#include <cstdio>
#include <cstdlib>
#include <string>
#include <getopt.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fstream>
#include <algorithm>
#include "../include/ds.h"
#include "../include/unit_test.h"
Go to the source code of this file.
Functions | |
Grid | parseArgs (int argc, char **argv) |
Parses command-line input, creates initial grid. More... | |
Grid parseArgs | ( | int | argc, |
char ** | argv | ||
) |
Parses command-line input, creates initial grid.