Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c66 PetscBool dump_solution, build_auxiliary_operator, rediscretize, custom_pc_mat; in main() local
78 custom_pc_mat = PETSC_FALSE; in main()
79 PetscCall(PetscOptionsGetBool(NULL, NULL, "-custom_pc_mat", &custom_pc_mat, NULL)); in main()
177 if (custom_pc_mat) { in main()