Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex10.c87 IS iskeep; in GetElasticityMatrix() local
148 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ict, rowkeep, PETSC_COPY_VALUES, &iskeep)); in GetElasticityMatrix()
149 PetscCall(MatCreateSubMatrices(mat, 1, &iskeep, &iskeep, MAT_INITIAL_MATRIX, &submatb)); in GetElasticityMatrix()
153 PetscCall(ISDestroy(&iskeep)); in GetElasticityMatrix()