PandA-2024.02
Data Structures | Macros | Functions
generate.c File Reference
#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"
Include dependency graph for generate.c:

Go to the source code of this file.

Data Structures

struct  neighbor_t
 

Macros

#define domainEdge   20.0
 
#define van_der_Waals_thresh   (1.049*1.049)
 

Functions

static TYPE dist_sq (TYPE x1, TYPE y1, TYPE z1, TYPE x2, TYPE y2, TYPE z2)
 
int neighbor_compar (const void *v_lhs, const void *v_rhs)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ domainEdge

#define domainEdge   20.0

Definition at line 12 of file generate.c.

Referenced by main().

◆ van_der_Waals_thresh

#define van_der_Waals_thresh   (1.049*1.049)

Definition at line 14 of file generate.c.

Referenced by main().

Function Documentation

◆ dist_sq()

static TYPE dist_sq ( TYPE  x1,
TYPE  y1,
TYPE  z1,
TYPE  x2,
TYPE  y2,
TYPE  z2 
)
inlinestatic

Definition at line 16 of file generate.c.

References TYPE.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

◆ neighbor_compar()

int neighbor_compar ( const void *  v_lhs,
const void *  v_rhs 
)

Definition at line 29 of file generate.c.

References neighbor_t::dist_sq.

Referenced by main().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13