Searched refs:bNis (Results 1 – 1 of 1) sorted by relevance
1956 IS bNis; in MatAXPY_Dense_Nest() local1959 PetscCall(ISAllGather(nest->isglobal.col[j], &bNis)); in MatAXPY_Dense_Nest()1960 PetscCall(ISGetSize(bNis, &bN)); in MatAXPY_Dense_Nest()1961 PetscCall(ISGetIndices(bNis, &bNindices)); in MatAXPY_Dense_Nest()2009 PetscCall(ISRestoreIndices(bNis, &bNindices)); in MatAXPY_Dense_Nest()2010 PetscCall(ISDestroy(&bNis)); in MatAXPY_Dense_Nest()2111 IS bNis; in MatConvert_Nest_AIJ() local2116 PetscCall(ISAllGather(nest->isglobal.col[j], &bNis)); in MatConvert_Nest_AIJ()2117 PetscCall(ISGetSize(bNis, &bN)); in MatConvert_Nest_AIJ()2118 PetscCall(ISGetIndices(bNis, &bNindices)); in MatConvert_Nest_AIJ()[all …]