Lines Matching refs:ispetsc
387 IS isapp = ao->isapp, ispetsc = ao->ispetsc; in AOCreate_MemoryScalable() local
419 if (!ispetsc) { in AOCreate_MemoryScalable()
424 PetscCall(ISGetIndices(ispetsc, &mypetsc)); in AOCreate_MemoryScalable()
451 if (ispetsc) { in AOCreate_MemoryScalable()
452 PetscCall(ISRestoreIndices(ispetsc, &mypetsc)); in AOCreate_MemoryScalable()
486 IS isapp, ispetsc; in AOCreateMemoryScalable() local
492 PetscCall(ISCreateGeneral(comm, napp, petsc, PETSC_USE_POINTER, &ispetsc)); in AOCreateMemoryScalable()
494 ispetsc = NULL; in AOCreateMemoryScalable()
496 PetscCall(AOCreateMemoryScalableIS(isapp, ispetsc, aoout)); in AOCreateMemoryScalable()
498 if (mypetsc) PetscCall(ISDestroy(&ispetsc)); in AOCreateMemoryScalable()
524 PetscErrorCode AOCreateMemoryScalableIS(IS isapp, IS ispetsc, AO *aoout) in AOCreateMemoryScalableIS() argument
532 PetscCall(AOSetIS(ao, isapp, ispetsc)); in AOCreateMemoryScalableIS()