git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8365 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-06-21 16:27:12 +00:00
parent 7398f3eca3
commit 31bc11ee34
9 changed files with 616 additions and 114 deletions

View File

@ -23,6 +23,7 @@ class Irregular : protected Pointers {
Irregular(class LAMMPS *);
~Irregular();
void migrate_atoms();
int migrate_check();
int create_data(int, int *);
void exchange_data(char *, int, char *);
void destroy_data();
@ -84,7 +85,7 @@ class Irregular : protected Pointers {
int create_atom(int, int *, int *);
void exchange_atom(double *, int *, double *);
void destroy_atom();
int coord2proc(double *);
int coord2proc(double *, int &, int &, int &);
int binary(double, int, double *);
void grow_send(int,int); // reallocate send buffer