Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dpcbddcstructsimpl.h63 PetscBool freecsr; member
/petsc/src/ksp/pc/impls/bddc/ !
H A Dbddc.c1004 if (mat_graph->nvtxs == nvtxs && mat_graph->freecsr) { /* we own the data */ in PCBDDCSetLocalAdjacencyGraph_BDDC()
1020 mat_graph->freecsr = PETSC_TRUE; in PCBDDCSetLocalAdjacencyGraph_BDDC()
1024 mat_graph->freecsr = PETSC_TRUE; in PCBDDCSetLocalAdjacencyGraph_BDDC()
1028 mat_graph->freecsr = PETSC_FALSE; in PCBDDCSetLocalAdjacencyGraph_BDDC()
H A Dbddcgraph.c1166 if (graph->freecsr) { in PCBDDCGraphResetCSR()
1173 graph->freecsr = PETSC_FALSE; in PCBDDCGraphResetCSR()