PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "md.h"
Go to the source code of this file.
Macros | |
#define | van_der_Waals_thresh (1.049*1.049) |
Functions | |
static TYPE | dist_sq (dvector_t p, dvector_t q) |
int | main (int argc, char **argv) |
#define van_der_Waals_thresh (1.049*1.049) |
Definition at line 13 of file generate.c.
Referenced by main().
Definition at line 15 of file generate.c.
References TYPE, dvector_t::x, dvector_t::y, and dvector_t::z.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 23 of file generate.c.
References bench_args_t::b, blockEdge, blockSide, data_to_input(), densityFactor, dist_sq(), domainEdge, prng_rand_t::i, bench_args_t::n_points, nAtoms, point_stats::points, bench_args_t::position, prng_rand(), PRNG_RAND_MAX, prng_srand(), TYPE, van_der_Waals_thresh, dvector_t::x, ivector_t::x, x, dvector_t::y, ivector_t::y, dvector_t::z, and ivector_t::z.