Searched refs:DMSWARM_RemovePoints (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmswarmimpl.h | 14 PETSC_EXTERN PetscLogEvent DMSWARM_RemovePoints; variable
|
| /petsc/src/dm/interface/ |
| H A D | dlregisdmdm.c | 170 PetscCall(PetscLogEventRegister("DMSwarmRmvPnts", DM_CLASSID, &DMSWARM_RemovePoints)); in DMInitializePackage()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 13 PetscLogEvent DMSWARM_Migrate, DMSWARM_SetSizes, DMSWARM_AddPoints, DMSWARM_RemovePoints, DMSWARM_S… variable 1984 PetscCall(PetscLogEventBegin(DMSWARM_RemovePoints, 0, 0, 0, 0)); in DMSwarmRemovePoint() 1986 PetscCall(PetscLogEventEnd(DMSWARM_RemovePoints, 0, 0, 0, 0)); in DMSwarmRemovePoint() 2008 PetscCall(PetscLogEventBegin(DMSWARM_RemovePoints, 0, 0, 0, 0)); in DMSwarmRemovePointAtIndex() 2010 PetscCall(PetscLogEventEnd(DMSWARM_RemovePoints, 0, 0, 0, 0)); in DMSwarmRemovePointAtIndex()
|