Searched defs:_DMCoarsenHookLink (Results 1 – 1 of 1) sorted by relevance
113 struct _DMCoarsenHookLink { struct114 …ErrorCode (*coarsenhook)(DM, DM, void *); /* Run once, when coarse DM is created */115 …k)(DM, Mat, Vec, Mat, DM, void *); /* Run each time a new problem is restricted to a coarse grid */116 void *ctx;117 DMCoarsenHookLink next;