Searched refs:Acondensed (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex4.c | 159 Mat A, B, Q, Acondensed, Bcondensed, BT, J, AplusJ, QInv, D, AplusD, JplusD, U; in main() local 232 PetscCall(MatCreateSubMatrix(A, bulk_is, bulk_is, MAT_INITIAL_MATRIX, &Acondensed)); in main() 236 PetscCall(MatGetLocalSize(Acondensed, &am, &an)); in main() 254 AplusJarray[0] = Acondensed; in main() 277 PetscCall(MatGetLocalSize(Acondensed, &condensed_am, NULL)); in main() 288 PetscCall(MatDuplicate(Acondensed, MAT_COPY_VALUES, &AplusD)); in main() 327 PetscCall(MatDestroy(&Acondensed)); in main()
|