Searched refs:DMSwarmCopyPoint (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmswarm.pxi | 51 PetscErrorCode DMSwarmCopyPoint(PetscDM, PetscInt, PetscInt)
|
| H A D | DMSwarm.pyx | 505 petsc.DMSwarmCopyPoint 510 CHKERR(DMSwarmCopyPoint(self.dm, cpi, cpj))
|
| /petsc/include/ |
| H A D | petscdmswarm.h | 119 PETSC_EXTERN PetscErrorCode DMSwarmCopyPoint(DM, PetscInt, PetscInt);
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 628 for (q = 0; q < npoints; q++) PetscCall(DMSwarmCopyPoint(dm, nnlist[q], ncurr + q)); in DMSwarmPICInsertPointsCellwise()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2028 PetscErrorCode DMSwarmCopyPoint(DM dm, PetscInt pi, PetscInt pj) in DMSwarmCopyPoint() function
|