Searched defs:_DMRefineHookLink (Results 1 – 1 of 1) sorted by relevance
121 struct _DMRefineHookLink { struct122 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;