| 4 |
|
// this defines some function lists, that are too long to keep track |
| 5 |
|
// of everywhere |
| 6 |
|
|
| 7 |
< |
#define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, double* lj_epslon, double* lj_sigma, double* dipole_moment, double* w0, double* v0, double* GB_sigma, double* GB_l2b_ratio, double* GB_eps, double* GB_eps_ratio, double* GB_mu, double* GB_nu, int* status ) |
| 7 |
> |
#define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, double* lj_epslon, double* lj_sigma, double* dipole_moment, int* status ) |
| 8 |
|
|
| 9 |
|
#define initFortranFFList ( int* LJ_mix_policy, int* useReactionField, int *isError ) |
| 10 |
|
|
| 11 |
|
#define doForceLoopList ( double* positionArray, double* RotationMatrixArray, double* unitVectorArray_l, double* forceArray, double *torqueArray, double* StressTensor, double* potentialEnergy, short int* doPotentialCalc, short int* doStressCalc, int* isError ) |
| 12 |
|
|
| 13 |
< |
#define LJ_new_rcut_List( double* rcut, int* status); |
| 13 |
> |
#define set_sticky_params_List ( double* sticky_w0, double* sticky_v0 ) |
| 14 |
|
|
| 15 |
< |
#define set_sticky_params_List( double* sticky_w0, double* sticky_v0); |
| 15 |
> |
#define set_gb_pair_params_List ( double* GB_sigma, double* GB_l2b_ratio, double* GB_eps, double* GB_eps_ratio, double* GB_mu, double* GB_nu ) |
| 16 |
|
|
| 17 |
< |
#define set_gb_pair_params_List(double* sigma, double* l2b_ratio, double* eps, double* eps_ratio, double* mu, double* nu); |
| 17 |
> |
#define setFortranSimList ( simtype* the_Info, int* nGlobal, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError ) |
| 18 |
|
|
| 19 |
< |
#define setFortranSimList ( simtype* the_Info, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* isError ) |
| 20 |
< |
|
| 21 |
< |
#define setFortranBoxList ( double *BoxArray ) |
| 19 |
> |
#define setFortranBoxList ( double *Hmat, double *HmatI, int* orthoRhombic ) |
| 20 |
|
// BoxArray is a length 3 array |
| 21 |
|
|
| 22 |
+ |
#define notifyFortranCutOffList ( double *rCut, double *rList, double *ecr, double *est ) |
| 23 |
+ |
|
| 24 |
|
#ifdef IS_MPI |
| 25 |
|
|
| 26 |
|
#define setFortranMPIlist (mpiSimData* the_mpiPlug, int *nLocal, int* globalIndexArray, int* isError ) |