Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Ddata_ex.c276 PetscInt n_, *proc_neighbours_; in DMSwarmDataExCompleteCommunicationMap_Private() local
286 PetscCall(PetscMalloc1(n_, &proc_neighbours_)); in DMSwarmDataExCompleteCommunicationMap_Private()
287 for (i = 0; i < n_; ++i) proc_neighbours_[i] = proc_neighbours[i]; in DMSwarmDataExCompleteCommunicationMap_Private()
301 PetscCall(MatSetValues(A, 1, &rank_, n_, proc_neighbours_, vals, INSERT_VALUES)); in DMSwarmDataExCompleteCommunicationMap_Private()
307 PetscCall(MatSetValues(A, n_, proc_neighbours_, 1, &rank_, vals, INSERT_VALUES)); in DMSwarmDataExCompleteCommunicationMap_Private()
326 PetscCall(PetscFree(proc_neighbours_)); in DMSwarmDataExCompleteCommunicationMap_Private()