Compute forces for the Embedded Atom Model (EAM). More...
#include "mytype.h"

Go to the source code of this file.
Data Structures | |
| struct | ForceExchangeDataSt |
| Pointers to the data that is needed in the load and unload functions for the force halo exchange. More... | |
Typedefs | |
| typedef struct ForceExchangeDataSt | ForceExchangeData |
| Pointers to the data that is needed in the load and unload functions for the force halo exchange. More... | |
Functions | |
| struct BasePotentialSt * | initEamPot (const char *dir, const char *file, const char *type) |
| Allocate and initialize the EAM potential data structure. More... | |
Compute forces for the Embedded Atom Model (EAM).
Definition in file eam.h.
| typedef struct ForceExchangeDataSt ForceExchangeData |
Pointers to the data that is needed in the load and unload functions for the force halo exchange.
|
read |
Allocate and initialize the EAM potential data structure.
| [in] | dir | The directory in which potential table files are found. |
| [in] | file | The name of the potential table file. |
| [in] | type | The file format of the potential file (setfl or funcfl). |
Definition at line 171 of file eam.c.

