Home
last modified time | relevance | path

Searched refs:_proc_neighbours_new (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/swarm/
H A Ddata_ex.c282 PetscMPIInt _n_new, *_proc_neighbours_new; in DMSwarmDataExCompleteCommunicationMap_Private() local
318 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()