Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c611 IS selected_2, selected_1; in PCGAMGProlongator_GEO() local
628 PetscCall(PetscCDGetNonemptyIS(agg_lists, &selected_1)); in PCGAMGProlongator_GEO()
629 PetscCall(ISGetSize(selected_1, &jj)); in PCGAMGProlongator_GEO()
631 PetscCall(ISGetIndices(selected_1, &selected_idx)); in PCGAMGProlongator_GEO()
640 PetscCall(ISRestoreIndices(selected_1, &selected_idx)); in PCGAMGProlongator_GEO()
641 PetscCall(ISDestroy(&selected_1)); /* this is selected_1 in serial */ in PCGAMGProlongator_GEO()