Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex28.c421 PetscBool mult_dup = PETSC_FALSE, view_dup = PETSC_FALSE; in main() local
427 PetscCall(PetscOptionsGetBool(NULL, 0, "-view_dup", &view_dup, 0)); in main()
438 PetscCall(MatView(view_dup ? D : B, PETSC_VIEWER_STDOUT_WORLD)); in main()