Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/ !
H A Dbddcprivate.c2574 PetscSection subSection; in PCBDDCDetectDisconnectedComponents() local
2579 PetscCall(DMPlexGetSubdomainSection(dm, &subSection)); in PCBDDCDetectDisconnectedComponents()
2656 PetscCall(PetscSectionGetConstraintDof(subSection, p, &cdof)); in PCBDDCDetectDisconnectedComponents()
2657 PetscCall(PetscSectionGetOffset(subSection, p, &off)); in PCBDDCDetectDisconnectedComponents()
2658 PetscCall(PetscSectionGetDof(subSection, p, &dof)); in PCBDDCDetectDisconnectedComponents()
2667 PetscCall(PetscSectionGetConstraintDof(subSection, pp, &cdof)); in PCBDDCDetectDisconnectedComponents()
2668 PetscCall(PetscSectionGetOffset(subSection, pp, &off)); in PCBDDCDetectDisconnectedComponents()
2669 PetscCall(PetscSectionGetDof(subSection, pp, &dof)); in PCBDDCDetectDisconnectedComponents()