Searched refs:Aoe (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 407 PetscCall(MatGetLocalSubMatrix(A2, rodd, ceven, &Aoe)); in main() 433 PetscCall(MatSetValuesLocal(Aoe, 1, &row, je, colse, ve, ADD_VALUES)); in main() 442 PetscCall(MatRestoreLocalSubMatrix(A2, rodd, ceven, &Aoe)); in main()
|