Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex23.c846 Mat lA, lA2; in main() local
857 PetscCall(MatISGetLocalMat(A2, &lA2)); in main()
858 PetscCall(MatConvert(lA2, MATSHELL, MAT_INITIAL_MATRIX, &tA)); in main()
859 PetscCall(MatISRestoreLocalMat(A2, &lA2)); in main()
867 PetscCall(MatISGetLocalMat(A2, &lA2)); in main()
868 …if (!repmap) PetscCall(CheckMat(lA, lA2, usemult, "MatISSetAllowRepeated(false) with non-repeated … in main()
870 PetscCall(MatISRestoreLocalMat(A2, &lA2)); in main()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c913 Mat lA2; in KSPFETIDPSetUpOperators() local
916 PetscCall(MatDuplicate(lA, MAT_COPY_VALUES, &lA2)); in KSPFETIDPSetUpOperators()
917 … PetscCall(PetscObjectCompose((PetscObject)fetidp->innerbddc, "__KSPFETIDP_lA", (PetscObject)lA2)); in KSPFETIDPSetUpOperators()
918 PetscCall(MatDestroy(&lA2)); in KSPFETIDPSetUpOperators()