Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex29.c162 PetscBool check_matis = PETSC_FALSE; in ComputeMatrix() local
241 PetscCall(PetscOptionsGetBool(NULL, NULL, "-check_matis", &check_matis, NULL)); in ComputeMatrix()
242 if (check_matis) { in ComputeMatrix()
H A Dex34.c140 PetscBool dump_mat = PETSC_FALSE, check_matis = PETSC_FALSE; in ComputeMatrix() local
280 PetscCall(PetscOptionsGetBool(NULL, NULL, "-check_matis", &check_matis, NULL)); in ComputeMatrix()
281 if (check_matis) { in ComputeMatrix()