Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h121 struct _DMRefineHookLink { struct
122 PetscErrorCode (*refinehook)(DM, DM, void *); /* Run once, when a fine DM is created */
123 …*interphook)(DM, Mat, DM, void *); /* Run each time a new problem is interpolated to a fine grid */
124 void *ctx;
125 DMRefineHookLink next;