Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/
H A Dforest.c15 DMForestTypeLink DMForestTypeList; variable
19 DMForestTypeLink oldLink, link = DMForestTypeList; in DMForestPackageFinalize()
62 link->next = DMForestTypeList; in DMForestRegisterType()
63 DMForestTypeList = link; in DMForestRegisterType()
84 DMForestTypeLink link = DMForestTypeList; in DMIsForest()