Searched refs:cglobal (Results 1 – 1 of 1) sorted by relevance
2543 Vec cglobal, rglobal; in MatISSetUpScatters_Private() local2566 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()