Searched defs:_DMLocalToGlobalHookLink (Results 1 – 1 of 1) sorted by relevance
145 struct _DMLocalToGlobalHookLink { struct146 PetscErrorCode (*beginhook)(DM, Vec, InsertMode, Vec, void *);147 PetscErrorCode (*endhook)(DM, Vec, InsertMode, Vec, void *);148 void *ctx;149 DMLocalToGlobalHookLink next;