Searched refs:iskeep (Results 1 – 1 of 1) sorted by relevance
87 IS iskeep; in GetElasticityMatrix() local148 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()