ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/fortranWrapDefines.hpp
Revision: 631
Committed: Thu Jul 17 19:25:51 2003 UTC (20 years, 11 months ago) by chuckv
File size: 1730 byte(s)
Log Message:
Added massive changes for eam....

File Contents

# User Rev Content
1 mmeineke 377 #ifndef __FORTRAN_WRAP_DEFINES_H__
2     #define __FORTRAN_WRAP_DEFINES_H__
3    
4     // this defines some function lists, that are too long to keep track
5     // of everywhere
6    
7 chuckv 631 #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 )
8 mmeineke 377
9 chuckv 631 #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 )
10    
11    
12    
13 mmeineke 377 #define initFortranFFList ( int* LJ_mix_policy, int* useReactionField, int *isError )
14    
15     #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 )
16    
17 gezelter 461 #define set_sticky_params_List ( double* sticky_w0, double* sticky_v0 )
18 chuckv 460
19 gezelter 463 #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 )
20 chuckv 460
21 gezelter 490 #define setFortranSimList ( simtype* the_Info, int* nGlobal, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* molMembershipArray, int* isError )
22 mmeineke 377
23 mmeineke 569 #define setFortranBoxList ( double *Hmat, double *HmatI, int* orthoRhombic )
24 mmeineke 377 // BoxArray is a length 3 array
25    
26 mmeineke 626 #define notifyFortranCutOffList ( double *rCut, double *rList, double *ecr, double *est )
27    
28 mmeineke 377 #ifdef IS_MPI
29    
30     #define setFortranMPIlist (mpiSimData* the_mpiPlug, int *nLocal, int* globalIndexArray, int* isError )
31    
32     #endif // is_mpi
33    
34     #endif // frotranWrapDefines.hpp