Searched refs:endhook (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 139 PetscErrorCode (*endhook)(DM, Vec, InsertMode, Vec, void *); member 147 PetscErrorCode (*endhook)(DM, Vec, InsertMode, Vec, void *); member
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 2778 …k)(DM dm, Vec g, InsertMode mode, Vec l, PetscCtx ctx), PetscErrorCode (*endhook)(DM dm, Vec g, In… in DMGlobalToLocalHookAdd() 2787 link->endhook = endhook; in DMGlobalToLocalHookAdd() 2957 if (link->endhook) PetscCall((*link->endhook)(dm, g, mode, l, link->ctx)); in DMGlobalToLocalEnd() 2991 …M global, Vec l, InsertMode mode, Vec g, PetscCtx ctx), PetscErrorCode (*endhook)(DM global, Vec l… in DMLocalToGlobalHookAdd() 3000 link->endhook = endhook; in DMLocalToGlobalHookAdd() 3281 if (link->endhook) PetscCall((*link->endhook)(dm, g, mode, l, link->ctx)); in DMLocalToGlobalEnd()
|