Home
last modified time | relevance | path

Searched refs:nA22 (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
23 PetscCall(MatDuplicate(A22, MAT_COPY_VALUES, &nA22)); in replace_submats()
27 PetscCall(MatSetOptionsPrefix(nA22, prefix)); in replace_submats()
31 PetscCall(MatNestSetSubMat(A, 1, 1, nA22)); in replace_submats()
39 PetscCall(MatDestroy(&nA22)); in replace_submats()