Searched refs:vertex_indices (Results 1 – 2 of 2) sorted by relevance
270 const PetscInt *vertex_indices; in KSPFETIDPCheckOperators() local299 PetscCall(ISGetIndices(isvert, &vertex_indices)); in KSPFETIDPCheckOperators()392 for (i = 0; i < n_vertices; i++) array[vertex_indices[i]] = 0.0; in KSPFETIDPCheckOperators()441 for (i = 0; i < n_vertices; i++) array[vertex_indices[i]] = 0.0; in KSPFETIDPCheckOperators()502 PetscCall(ISRestoreIndices(isvert, &vertex_indices)); in KSPFETIDPCheckOperators()
134 const PetscInt *vertex_indices; in PCBDDCSetupFETIDPMatContext() local241 PetscCall(ISGetIndices(isvert, &vertex_indices)); in PCBDDCSetupFETIDPMatContext()274 if (s < n_vertices && vertex_indices[s] == i) { /* it works for a sorted set of vertices */ in PCBDDCSetupFETIDPMatContext()298 PetscCall(ISRestoreIndices(isvert, &vertex_indices)); in PCBDDCSetupFETIDPMatContext()