Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi51 PetscErrorCode DMSwarmCopyPoint(PetscDM, PetscInt, PetscInt)
H A DDMSwarm.pyx505 petsc.DMSwarmCopyPoint
510 CHKERR(DMSwarmCopyPoint(self.dm, cpi, cpj))
/petsc/include/
H A Dpetscdmswarm.h119 PETSC_EXTERN PetscErrorCode DMSwarmCopyPoint(DM, PetscInt, PetscInt);
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c628 for (q = 0; q < npoints; q++) PetscCall(DMSwarmCopyPoint(dm, nnlist[q], ncurr + q)); in DMSwarmPICInsertPointsCellwise()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2028 PetscErrorCode DMSwarmCopyPoint(DM dm, PetscInt pi, PetscInt pj) in DMSwarmCopyPoint() function