Searched refs:subdomainhook (Results 1 – 3 of 3) sorted by relevance
260 DMSubDomainHookLink subdomainhook; member
680 for (link = (*dm)->subdomainhook; link; link = next) { in DMDestroy()684 (*dm)->subdomainhook = NULL; in DMDestroy()2293 for (link = dm->subdomainhook; link; link = link->next) { in DMCreateDomainDecomposition()3556 …for (p = &global->subdomainhook; *p; p = &(*p)->next) { /* Scan to the end of the current list of … in DMSubDomainHookAdd()3593 for (p = &global->subdomainhook; *p; p = &(*p)->next) { /* Search the list of current hooks */ in DMSubDomainHookRemove()3624 for (link = global->subdomainhook; link; link = link->next) { in DMSubDomainRestrict()
42 for (link = dm->subdomainhook; link; link = link->next) { in DMPlexConvertPlex()