Home
last modified time | relevance | path

Searched refs:npoints_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()
612 for (qn = 0; qn < npoints_e; qn++) { in DMSwarmPICInsertPointsCellwise()
640 PetscCall(DMSwarmSortRestorePointsPerCell(dm, e, &npoints_e, &plist_e)); in DMSwarmPICInsertPointsCellwise()