Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex84.c9 IS field0, field1, zeroedrows; in main() local
54 PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, 1, &row, PETSC_COPY_VALUES, &zeroedrows)); in main()
55 PetscCall(ISView(zeroedrows, PETSC_VIEWER_STDOUT_WORLD)); in main()
57 PetscCall(MatZeroRowsColumnsIS(A, zeroedrows, 1.0, NULL, NULL)); in main()
88 PetscCall(ISDestroy(&zeroedrows)); in main()