Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex70.c54 …PetscBool userPC, userKSP, matsymmetric; /* user defined preconditioner and matrix for the Schur c… member
108 if (s->userKSP) { in StokesSetupPC()
725 s.userPC = s.userKSP = PETSC_FALSE; in main()
727 PetscCall(PetscOptionsHasName(NULL, NULL, "-user_ksp", &s.userKSP)); in main()