Home
last modified time | relevance | path

Searched refs:Bx10 (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
74 Bx10[0] = B[6]; in main()
75 Bx10[1] = B[7]; in main()
81 PetscCall(MatCreateNest(PETSC_COMM_WORLD, 1, NULL, 2, isx, Bx10, &B10)); in main()