Home
last modified time | relevance | path

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

/petsc/src/dm/impls/composite/
H A Dpackm.c47 Mat Atmp; in DMCreateMatrix_Composite_AIJ() local
97 PetscCall(DMCreateMatrix(next->dm, &Atmp)); in DMCreateMatrix_Composite_AIJ()
98 PetscCall(MatGetOwnershipRange(Atmp, &rstart, NULL)); in DMCreateMatrix_Composite_AIJ()
99 PetscCall(MatGetOwnershipRanges(Atmp, &rstarts)); in DMCreateMatrix_Composite_AIJ()
100 PetscCall(MatGetLocalSize(Atmp, &mA, NULL)); in DMCreateMatrix_Composite_AIJ()
104 PetscCall(MatGetRow(Atmp, rstart + i, &nc, NULL, NULL)); in DMCreateMatrix_Composite_AIJ()
106 PetscCall(MatRestoreRow(Atmp, rstart + i, &nc, NULL, NULL)); in DMCreateMatrix_Composite_AIJ()
110 PetscCall(MatGetRow(Atmp, rstart + i, &nc, &cols, NULL)); in DMCreateMatrix_Composite_AIJ()
118 PetscCall(MatRestoreRow(Atmp, rstart + i, &nc, &cols, NULL)); in DMCreateMatrix_Composite_AIJ()
121 PetscCall(MatDestroy(&Atmp)); in DMCreateMatrix_Composite_AIJ()
[all …]