Home
last modified time | relevance | path

Searched refs:_n_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
317 PetscCall(PetscMPIIntCast(nc, &_n_new)); in DMSwarmDataExCompleteCommunicationMap_Private()
318 PetscCall(PetscMalloc1(_n_new, &_proc_neighbours_new)); in DMSwarmDataExCompleteCommunicationMap_Private()
321 *n_new = _n_new; in DMSwarmDataExCompleteCommunicationMap_Private()