Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex11.c12 Mat nA11, nA22, nA12, nA21; in replace_submats() local
22 PetscCall(MatDuplicate(A21, MAT_COPY_VALUES, &nA21)); in replace_submats()
30 PetscCall(MatNestSetSubMat(A, 1, 0, nA21)); in replace_submats()
38 PetscCall(MatDestroy(&nA21)); in replace_submats()