Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex159.c63 Mat Bx00[4], Bx01[2], Bx10[2]; in main() local
72 Bx01[0] = B[2]; in main()
73 Bx01[1] = B[5]; in main()
79 PetscCall(MatCreateNest(PETSC_COMM_WORLD, 2, isx, 1, NULL, Bx01, &B01)); in main()