Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex36.c46 PetscBool zero = PETSC_FALSE, ignorezero = PETSC_FALSE, insertvals = PETSC_FALSE; in main() local
51 PetscCall(PetscOptionsGetBool(NULL, NULL, "-ignorezero", &ignorezero, NULL)); in main()
61 PetscCall(MatSetOption(T, MAT_IGNORE_ZERO_ENTRIES, ignorezero)); in main()
70 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, ignorezero)); in main()
81 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, ignorezero)); in main()