Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/tutorials/
H A Dex1.c39 PetscBool noeqflag, noboundflag, initview; member
85 if (!user.noeqflag) { in main()
129 if (!user.noeqflag) { in main()
163 user->noeqflag = PETSC_FALSE; in InitializeProblem()
165 PetscCall(PetscOptionsGetBool(NULL, NULL, "-no_eq", &user->noeqflag, NULL)); in InitializeProblem()
171 if (!user->noeqflag) { in InitializeProblem()
201 if (!user->noeqflag) { in InitializeProblem()
214 if (!user->noeqflag) { in InitializeProblem()
236 if (!user->noeqflag) PetscCall(MatDestroy(&user->Ae)); in DestroyProblem()
241 if (!user->noeqflag) PetscCall(VecDestroy(&user->ce)); in DestroyProblem()
[all …]