Home
last modified time | relevance | path

Searched refs:matsymmetric (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
245 if (s->matsymmetric) val = -1.0 * val; in StokesRhs()
320 if (!s->matsymmetric) PetscCall(MatScale(s->subA[2], -1.0)); in StokesSetupMatBlock10()
723 s.matsymmetric = PETSC_FALSE; in main()
724 PetscCall(PetscOptionsGetBool(NULL, NULL, "-mat_set_symmetric", &s.matsymmetric, NULL)); in main()