Searched refs:Aeo (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex23.c | 12 Mat Aee, Aeo, Aoe, Aoo; in main() local 406 PetscCall(MatGetLocalSubMatrix(A2, reven, codd, &Aeo)); in main() 437 PetscCall(MatSetValuesBlockedLocal(Aeo, 1, &row, jo, colso, vo, ADD_VALUES)); in main() 441 PetscCall(MatRestoreLocalSubMatrix(A2, reven, codd, &Aeo)); in main()
|