Searched refs:PCBDDCGraphNode (Results 1 – 4 of 4) sorted by relevance
6 static inline PetscHash_t PCBDDCGraphNodeHash(const PCBDDCGraphNode *node) in PCBDDCGraphNodeHash()19 static inline int PCBDDCGraphNodeEqual(const PCBDDCGraphNode *a, const PCBDDCGraphNode *b) in PCBDDCGraphNodeEqual()36 PETSC_HASH_MAP(HMapPCBDDCGraphNode, PCBDDCGraphNode *, PetscInt, PCBDDCGraphNodeHash, PCBDDCGraphNo…
25 } PCBDDCGraphNode; typedef34 PCBDDCGraphNode *nodes;
255 PCBDDCGraphNode *node = &mat_graph->nodes[i]; in PCBDDCSetupFETIDPMatContext()
579 PCBDDCGraphNode *PETSC_RESTRICT nodes = graph->nodes; in PCBDDCGraphComputeCC_Private()