Searched refs:DMSWARM_AddPoints (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmswarmimpl.h | 13 PETSC_EXTERN PetscLogEvent DMSWARM_AddPoints; variable
|
| /petsc/src/dm/interface/ |
| H A D | dlregisdmdm.c | 169 PetscCall(PetscLogEventRegister("DMSwarmAddPnts", DM_CLASSID, &DMSWARM_AddPoints)); 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 1931 PetscCall(PetscLogEventBegin(DMSWARM_AddPoints, 0, 0, 0, 0)); in DMSwarmAddPoint() 1933 PetscCall(PetscLogEventEnd(DMSWARM_AddPoints, 0, 0, 0, 0)); in DMSwarmAddPoint() 1959 PetscCall(PetscLogEventBegin(DMSWARM_AddPoints, 0, 0, 0, 0)); in DMSwarmAddNPoints() 1963 PetscCall(PetscLogEventEnd(DMSWARM_AddPoints, 0, 0, 0, 0)); in DMSwarmAddNPoints()
|