43 this->
initialize( tmp_np, count, nlabels, nulabels, tmp_maxv );
55 void nonlocal(
realType* u,
int op, MPI_Comm comm );
56 void nonlocal_vec(
realType* u,
uint n,
int op, MPI_Comm comm );
57 void nonlocal_many(
realType** u,
uint n,
int op, MPI_Comm comm );
117 crystal_buf buffers[3];
119 crystal_buf *all, *keep, *send;
154 void crystal_router();
169 void partition(
uint cutoff, crystal_buf* lo, crystal_buf* hi );
171 void send_(
uint target,
int recvn );
182 nonlocal_info* nlinfo;
203 const unsigned int nlabels,
204 const unsigned int nulabels,
208 Init_Result = this->
initialize( n, label, ulabel, maxv, nlabels, nulabels, crystal );
227 const unsigned int nlabels,
228 const unsigned int nulabels,
229 crystal_data* crystal );