Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcgraphhashmap.h6 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…
H A Dpcbddcstructsimpl.h25 } PCBDDCGraphNode; typedef
34 PCBDDCGraphNode *nodes;
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c255 PCBDDCGraphNode *node = &mat_graph->nodes[i]; in PCBDDCSetupFETIDPMatContext()
H A Dbddcgraph.c579 PCBDDCGraphNode *PETSC_RESTRICT nodes = graph->nodes; in PCBDDCGraphComputeCC_Private()