Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c727 …e, IS neumann_is, IS dirichlet_is, PetscInt n_ISForDofs, IS ISForDofs[], IS custom_primal_vertices) in PCBDDCGraphSetUp() argument
754 if (custom_primal_vertices) { in PCBDDCGraphSetUp()
755 PetscValidHeaderSpecific(custom_primal_vertices, IS_CLASSID, 7); in PCBDDCGraphSetUp()
756 PetscCheckSameComm(graph->l2gmap, 1, custom_primal_vertices, 7); in PCBDDCGraphSetUp()
902 if (custom_primal_vertices) { in PCBDDCGraphSetUp()
903 PetscCall(ISGetLocalSize(custom_primal_vertices, &is_size)); in PCBDDCGraphSetUp()
904 PetscCall(ISGetIndices(custom_primal_vertices, &is_indices)); in PCBDDCGraphSetUp()
911 PetscCall(ISRestoreIndices(custom_primal_vertices, &is_indices)); in PCBDDCGraphSetUp()