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

This commit is contained in:
sjplimp
2014-04-03 14:57:27 +00:00
parent 36dfa44d34
commit e9d4b7a10d
2 changed files with 56 additions and 2 deletions

View File

@ -20,6 +20,11 @@ namespace LAMMPS_NS {
class Irregular : protected Pointers {
public:
// static variable across all Irregular objects, for qsort callback
static int *proc_recv_copy;
Irregular(class LAMMPS *);
~Irregular();
void migrate_atoms();
@ -82,7 +87,7 @@ class Irregular : protected Pointers {
PlanAtom *aplan;
PlanData *dplan;
int create_atom(int, int *, int *);
int create_atom(int, int *, int *, int sort = 0);
void exchange_atom(double *, int *, double *);
void destroy_atom();
int coord2proc(double *, int &, int &, int &);
@ -95,6 +100,7 @@ class Irregular : protected Pointers {
}
#endif
/* ERROR/WARNING messages:
*/