PandA-2024.02
|
#include "md.h"
Go to the source code of this file.
Functions | |
void | md_kernel (TYPE force_x[nAtoms], TYPE force_y[nAtoms], TYPE force_z[nAtoms], TYPE position_x[nAtoms], TYPE position_y[nAtoms], TYPE position_z[nAtoms], int32_t NL[nAtoms *maxNeighbors]) |
void md_kernel | ( | TYPE | force_x[nAtoms], |
TYPE | force_y[nAtoms], | ||
TYPE | force_z[nAtoms], | ||
TYPE | position_x[nAtoms], | ||
TYPE | position_y[nAtoms], | ||
TYPE | position_z[nAtoms], | ||
int32_t | NL[nAtoms *maxNeighbors] | ||
) |
Definition at line 10 of file md.c.
References lj1, lj2, maxNeighbors, nAtoms, NL, and TYPE.
Referenced by main(), and run_benchmark().