Searched refs:rowkeep (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex10.c | 86 PetscInt ict, nz, base, r1, r2, N, *rowkeep, nstart; in GetElasticityMatrix() local 142 PetscCall(PetscMalloc1(N - nstart, &rowkeep)); in GetElasticityMatrix() 145 if (nz) rowkeep[ict++] = i; in GetElasticityMatrix() 148 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ict, rowkeep, PETSC_COPY_VALUES, &iskeep)); in GetElasticityMatrix() 152 PetscCall(PetscFree(rowkeep)); in GetElasticityMatrix()
|