Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmatcoarsen.h52 PetscCDIntNd *extra_nodes; member
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c24 ail->extra_nodes = NULL; in PetscCDCreate()
66 if (ail->extra_nodes) { in PetscCDGetNewNode()
67 PetscCDIntNd *node = ail->extra_nodes; in PetscCDGetNewNode()
69 ail->extra_nodes = node->next; in PetscCDGetNewNode()
255 if (!(n1 = ail->extra_nodes)) ail->extra_nodes = rem; in PetscCDRemoveAllAt()