Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex70.c599 PetscInt npoints_e, *plist_e; in DMSwarmPICInsertPointsCellwise() local
601 PetscCall(DMSwarmSortGetPointsPerCell(dm, e, &npoints_e, &plist_e)); in DMSwarmPICInsertPointsCellwise()
613 coor_qn = &swarm_coor[dim * plist_e[qn]]; in DMSwarmPICInsertPointsCellwise()
617 nearest_neighbour = plist_e[qn]; in DMSwarmPICInsertPointsCellwise()
640 PetscCall(DMSwarmSortRestorePointsPerCell(dm, e, &npoints_e, &plist_e)); in DMSwarmPICInsertPointsCellwise()