--- trunk/OOPSE/libmdtools/fortranWrapDefines.hpp 2003/04/05 02:45:39 461 +++ trunk/OOPSE/libmdtools/fortranWrapDefines.hpp 2003/07/17 20:32:24 635 @@ -4,23 +4,27 @@ // this defines some function lists, that are too long to keep track // of everywhere -#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 ) +#define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, int* isEAM,double* lj_epslon, double* lj_sigma, double* dipole_moment, int* status ) +#define newEAMtype_List ( double* lattice_constant, int* eam_nrho,double* eam_drho,int* eam_nr, double* eam_dr, double* eam_rcut, double* eam_rvals, double* eam_rhovals, double* eam_Frhovals, int* eam_ident, int* status ) + + + #define initFortranFFList ( int* LJ_mix_policy, int* useReactionField, int *isError ) #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 ) -#define LJ_new_rcut_List ( double* rcut, int* status ) +#define set_sticky_params_List ( double* sticky_w0, double* sticky_v0, double* sticky_v0p, double* sticky_rl, double* sticky_ru, double* sticky_rlp, double* sticky_rup ) -#define set_sticky_params_List ( double* sticky_w0, double* sticky_v0 ) +#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 ) -#define set_gb_pair_params_List ( double* sigma, double* l2b_ratio, double* eps, double* eps_ratio, double* mu, double* nu ) +#define setFortranSimList ( simtype* the_Info, int* nGlobal, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError ) -#define setFortranSimList ( simtype* the_Info, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* isError ) - -#define setFortranBoxList ( double *BoxArray ) +#define setFortranBoxList ( double *Hmat, double *HmatI, int* orthoRhombic ) // BoxArray is a length 3 array +#define notifyFortranCutOffList ( double *rCut, double *rList, double *ecr, double *est ) + #ifdef IS_MPI #define setFortranMPIlist (mpiSimData* the_mpiPlug, int *nLocal, int* globalIndexArray, int* isError )