Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c9584 static PetscErrorCode PCBDDCViewGlobalIS(PC pc, IS is, PetscViewer viewer) in PCBDDCViewGlobalIS() function
9699 PetscCall(PCBDDCViewGlobalIS(pc, pcbddc->DirichletBoundariesLocal, viewer)); in PCBDDCLoadOrViewCustomization()
9700 PetscCall(PCBDDCViewGlobalIS(pc, pcbddc->NeumannBoundariesLocal, viewer)); in PCBDDCLoadOrViewCustomization()
9701 …for (PetscInt i = 0; i < header[2]; i++) PetscCall(PCBDDCViewGlobalIS(pc, pcbddc->ISForDofsLocal[i… in PCBDDCLoadOrViewCustomization()
9702 if (header[3]) PetscCall(PCBDDCViewGlobalIS(pc, pcbddc->user_primal_vertices_local, viewer)); in PCBDDCLoadOrViewCustomization()