Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c734 PetscInt i, j, k, nodes_touched, is_size, nvtxs = graph->nvtxs; in PCBDDCGraphSetUp() local
855 PetscCall(ISGetLocalSize(ISForDofs[i], &is_size)); in PCBDDCGraphSetUp()
858 for (j = 0; j < is_size / bs; j++) { in PCBDDCGraphSetUp()
875 PetscCall(ISGetLocalSize(neumann_is, &is_size)); in PCBDDCGraphSetUp()
877 for (i = 0; i < is_size; i++) { in PCBDDCGraphSetUp()
887 PetscCall(ISGetLocalSize(dirichlet_is, &is_size)); in PCBDDCGraphSetUp()
889 for (i = 0; i < is_size; i++) { in PCBDDCGraphSetUp()
903 PetscCall(ISGetLocalSize(custom_primal_vertices, &is_size)); in PCBDDCGraphSetUp()
905 for (i = 0, j = 0; i < is_size; i++) { in PCBDDCGraphSetUp()