Lines Matching refs:isapp
387 IS isapp = ao->isapp, ispetsc = ao->ispetsc; in AOCreate_MemoryScalable() local
396 …PetscCheck(isapp, PetscObjectComm((PetscObject)ao), PETSC_ERR_ARG_WRONGSTATE, "AOSetIS() must be c… in AOCreate_MemoryScalable()
404 PetscCall(PetscObjectGetComm((PetscObject)isapp, &comm)); in AOCreate_MemoryScalable()
408 PetscCall(ISGetLocalSize(isapp, &napp)); in AOCreate_MemoryScalable()
444 PetscCall(ISGetIndices(isapp, &myapp)); in AOCreate_MemoryScalable()
449 PetscCall(ISRestoreIndices(isapp, &myapp)); in AOCreate_MemoryScalable()
486 IS isapp, ispetsc; in AOCreateMemoryScalable() local
490 PetscCall(ISCreateGeneral(comm, napp, app, PETSC_USE_POINTER, &isapp)); in AOCreateMemoryScalable()
496 PetscCall(AOCreateMemoryScalableIS(isapp, ispetsc, aoout)); in AOCreateMemoryScalable()
497 PetscCall(ISDestroy(&isapp)); in AOCreateMemoryScalable()
524 PetscErrorCode AOCreateMemoryScalableIS(IS isapp, IS ispetsc, AO *aoout) in AOCreateMemoryScalableIS() argument
530 PetscCall(PetscObjectGetComm((PetscObject)isapp, &comm)); in AOCreateMemoryScalableIS()
532 PetscCall(AOSetIS(ao, isapp, ispetsc)); in AOCreateMemoryScalableIS()