Home
last modified time | relevance | path

Searched refs:workin (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dsectionimpl.h76 SymWorkLink workin; member
H A Ddmimpl.h234 DMWorkLink workin, workout; member
/petsc/src/vec/is/section/interface/
H A Dsection.c3549 for (link = (*sym)->workin; link; link = next) { in PetscSectionSymDestroy()
3556 (*sym)->workin = NULL; in PetscSectionSymDestroy()
3768 if (sym->workin) { in PetscSectionGetPointSyms()
3769 link = sym->workin; in PetscSectionGetPointSyms()
3770 sym->workin = sym->workin->next; in PetscSectionGetPointSyms()
3823 link->next = sym->workin; in PetscSectionRestorePointSyms()
3824 sym->workin = link; in PetscSectionRestorePointSyms()
/petsc/src/dm/interface/
H A Ddm.c706 for (link = (*dm)->workin; link; link = next) { in DMDestroy()
711 (*dm)->workin = NULL; in DMDestroy()
1722 if (dm->workin) { in DMGetWorkArray()
1723 link = dm->workin; in DMGetWorkArray()
1724 dm->workin = dm->workin->next; in DMGetWorkArray()
1783 link->next = dm->workin; in DMRestoreWorkArray()
1784 dm->workin = link; in DMRestoreWorkArray()