Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h113 struct _DMCoarsenHookLink { struct
114 …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;