Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c2543 Vec cglobal, rglobal; in MatISSetUpScatters_Private() local
2566 PetscCall(MatCreateVecs(A, &cglobal, &rglobal)); in MatISSetUpScatters_Private()
2576 PetscCall(VecScatterCreate(cglobal, from, is->x, NULL, &is->cctx)); in MatISSetUpScatters_Private()
2583 PetscCall(VecDestroy(&cglobal)); in MatISSetUpScatters_Private()