Searched refs:_proc_neighbours_new (Results 1 – 1 of 1) sorted by relevance
282 PetscMPIInt _n_new, *_proc_neighbours_new; in DMSwarmDataExCompleteCommunicationMap_Private() local318 PetscCall(PetscMalloc1(_n_new, &_proc_neighbours_new)); in DMSwarmDataExCompleteCommunicationMap_Private()319 for (j = 0; j < nc; ++j) PetscCall(PetscMPIIntCast(cols[j], &_proc_neighbours_new[j])); in DMSwarmDataExCompleteCommunicationMap_Private()322 *proc_neighbours_new = _proc_neighbours_new; in DMSwarmDataExCompleteCommunicationMap_Private()