Lines Matching refs:ispetsc
159 IS isapp = ao->isapp, ispetsc = ao->ispetsc; in AOCreate_Basic() local
191 if (!ispetsc) { in AOCreate_Basic()
196 PetscCall(ISGetIndices(ispetsc, &mypetsc)); in AOCreate_Basic()
243 if (ispetsc) { in AOCreate_Basic()
244 PetscCall(ISRestoreIndices(ispetsc, &mypetsc)); in AOCreate_Basic()
277 IS isapp, ispetsc; in AOCreateBasic() local
283 PetscCall(ISCreateGeneral(comm, napp, petsc, PETSC_USE_POINTER, &ispetsc)); in AOCreateBasic()
285 ispetsc = NULL; in AOCreateBasic()
287 PetscCall(AOCreateBasicIS(isapp, ispetsc, aoout)); in AOCreateBasic()
289 if (mypetsc) PetscCall(ISDestroy(&ispetsc)); in AOCreateBasic()
313 PetscErrorCode AOCreateBasicIS(IS isapp, IS ispetsc, AO *aoout) in AOCreateBasicIS() argument
321 PetscCall(AOSetIS(ao, isapp, ispetsc)); in AOCreateBasicIS()