Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex23.c12 Mat Aee, Aeo, Aoe, Aoo; in main() local
405 PetscCall(MatGetLocalSubMatrix(A2, reven, ceven, &Aee)); in main()
436 PetscCall(MatSetValuesLocal(Aee, 1, &row, je, colse, ve, ADD_VALUES)); in main()
440 PetscCall(MatRestoreLocalSubMatrix(A2, reven, ceven, &Aee)); in main()