Home
last modified time | relevance | path

Searched refs:DMSWARM_AddPoints (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmswarmimpl.h13 PETSC_EXTERN PetscLogEvent DMSWARM_AddPoints; variable
/petsc/src/dm/interface/
H A Ddlregisdmdm.c169 PetscCall(PetscLogEventRegister("DMSwarmAddPnts", DM_CLASSID, &DMSWARM_AddPoints)); in DMInitializePackage()
/petsc/src/dm/impls/swarm/
H A Dswarm.c13 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()