Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex7.c410 PetscBool constRhs = PETSC_FALSE; in TestFreeField() local
416 PetscCall(PetscOptionsGetBool(NULL, NULL, "-const_rhs", &constRhs, NULL)); in TestFreeField()
432 if (constRhs) PetscCall(VecSet(psi, 1.)); in TestFreeField()