Home
last modified time | relevance | path

Searched defs:_DMLocalToGlobalHookLink (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Ddmimpl.h145 struct _DMLocalToGlobalHookLink { struct
146 PetscErrorCode (*beginhook)(DM, Vec, InsertMode, Vec, void *);
147 PetscErrorCode (*endhook)(DM, Vec, InsertMode, Vec, void *);
148 void *ctx;
149 DMLocalToGlobalHookLink next;