Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h41 IS dirdofsB; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c25 if (graph->dirdofsB) { in PCBDDCGraphGetDirichletDofsB()
26 PetscCall(PetscObjectReference((PetscObject)graph->dirdofsB)); in PCBDDCGraphGetDirichletDofsB()
41 …tscCall(ISCreateGeneral(PETSC_COMM_SELF, size, dirdofs_idxs, PETSC_OWN_POINTER, &graph->dirdofsB)); in PCBDDCGraphGetDirichletDofsB()
42 PetscCall(PetscObjectReference((PetscObject)graph->dirdofsB)); in PCBDDCGraphGetDirichletDofsB()
44 *dirdofs = graph->dirdofsB; in PCBDDCGraphGetDirichletDofsB()
1198 PetscCall(ISDestroy(&graph->dirdofsB)); in PCBDDCGraphReset()